Skip to content

Commit 33b4563

Browse files
committed
doc: renamed "source activate" -> "conda activate"
1 parent cfb562a commit 33b4563

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/user/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ NOTE: garage only supports Python 3.5+, so make sure you Python environment is u
5252

5353
.. code-block:: bash
5454
55-
source activate myenv
55+
conda activate myenv
5656
pip install garage
5757
5858
Alternatively, you can add garage in the pip section of your `environment.yml`
@@ -94,7 +94,7 @@ If you plan on developing the garage repository, as opposed to simply using it a
9494

9595
.. code-block:: bash
9696
97-
source activate myenv
97+
conda activate myenv
9898
cd path/to/garage/repo
9999
pip install -e .[all,dev]
100100

0 commit comments

Comments
 (0)