Skip to content

Commit

Permalink
give the env a more specific name
Browse files Browse the repository at this point in the history
  • Loading branch information
troyraen committed Sep 5, 2024
1 parent 20d4171 commit c16ca97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/for-developers/setup-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ cd pittgoogle-client

# recommended to create a new conda env
# use the latest python version unless you have a specific reason not to
conda create --name pittgoogle python=3.12
conda activate pittgoogle
conda create --name pittgoogle-dev python=3.12
conda activate pittgoogle-dev

# install pittgoogle-client in editable mode. use pwd so that the absolute path is registered.
pip install -e $(pwd)
Expand Down

0 comments on commit c16ca97

Please sign in to comment.