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

Welcome to the conda-smithy wiki!

Set up on macOS

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