Open natanlao opened 5 years ago
When Natan and I discussed this, I suggested using conda as a way to provide consistent, cross-platform installation instructions. conda is intended to provide Python users with a way to install non-Python dependencies in a way that is sane, cross-platform, and reproducible (and will help solve problems like #22).
Quick update on the state of this issue.
Current status with pip:
requirements.txt
files in the repo and install them all into one big virtual environment before running treon testsCurrent status with conda:
Considerations for switching to conda:
Intended platform and installation process should be clearly specified.