Skip to content
Ninette Adhikari edited this page May 14, 2024 · 8 revisions

Welcome to the conda-smithy wiki!

Set up on macOS

  1. clone repo
  2. install miniconda and properly reload terminal
  3. conda env create
  4. conda activate conda-smithy
  5. which python -> should point to a conda env specific python
  6. python -m pip install .
  7. run tests with pytest
Clone this wiki locally