You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In "Step 5: Install your package locally," it might be nice to add steps on how to install conda or venv like how you did with installing pipx. Right now, it has code on how to set up the conda virtual environment, but it doesn't offer a link to download conda.
Also, it might be nice to show how to activate using both venv or conda options.
(venv):
$ python3 -m venv venv
$ source venv/bin/activate
Describe the bug
In "Step 5: Install your package locally," it might be nice to add steps on how to install conda or venv like how you did with installing pipx. Right now, it has code on how to set up the conda virtual environment, but it doesn't offer a link to download conda.
Also, it might be nice to show how to activate using both venv or conda options.
(venv):
$ python3 -m venv venv
$ source venv/bin/activate
Link: https://www.pyopensci.org/python-package-guide/tutorials/installable-code.html#step-5-install-your-package-locally
How to reproduce
(without having conda installed on macOS):
$ conda activate pyosdev
zsh: command not found: conda
The text was updated successfully, but these errors were encountered: