The project is available on PyPI so it can easily be installed using pip
:
pip install pollyxt-pipelines
Afterwards, the pollyxt_pipelines
command should be available to use.
pollyxt_pipelines --help
If you are using Anaconda to manage your Python packages, it is recommended to create
a new environment just for pollyxt_pipelines
. To create such an environment, run the following
commands in a terminal (or Anaconda Prompt):
conda create -n pollyenv python=3.8
conda activate pollyenv
pip install pollyxt-pipelines
You can replace pollyenv
with a name of your choice.
Caution
If you do not create a new environment, pip
could mess up the installed packages and ruin your setup. It’s always
better to utilize environments, as shown above.
If the installation succeeds, you should be able to use the application anytime by running:
conda activate pollyenv
pollyxt_pipelines # ...