see: https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#creating-an-environment-from-an-environment-yml-file In it you can also specify: + jupyter + octopuslite + pystackreg + btrack + anything else you use.... You can use the following syntax to get octopuslite and anything else (like cellx) that aren't on PyPI: ```sh: git+https://github.com/lowe-lab-ucl/octopuslite-loader.git ```
see: https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#creating-an-environment-from-an-environment-yml-file
In it you can also specify:
You can use the following syntax to get octopuslite and anything else (like cellx) that aren't on PyPI: