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 from their website or use homebrew
  3. reload terminal
  4. conda env create
  5. conda activate conda-smithy
  6. which python -> should point to a conda env specific python
  7. python -m pip install .
  8. run tests with pytest
Clone this wiki locally