- Install Python
- Install Poetry
- Install Poetry Environment:
poetry install --no-root
- Activate Poetry Environment:
poetry shell
- Install Pycytominer:
poetry run pip install
<path_to_pycytominer>, where <path_to_pycytominer> is a GitHub link or a locally cloned repository.
For Linux, see
- python-poetry/poetry#1917 (comment) if installing six fails
- https://stackoverflow.com/a/75435100 if you get "does not contain any element" warning when running
poetry install
To update a poetry environment, run poetry update
and poetry install --no-root
again.