broadinstitute / position-effect-correction

BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

position-effect-correction

Setup

  1. Install Python
  2. Install Poetry
  3. Install Poetry Environment: poetry install --no-root
  4. Activate Poetry Environment: poetry shell
  5. Install Pycytominer: poetry run pip install, where is a GitHub link or a locally cloned repository.

For Linux, see

To update a poetry environment, run poetry update and poetry install --no-root again.