Skip to content

Commit

Permalink
Merge pull request #661 from simutisernestas/patch-1
Browse files Browse the repository at this point in the history
Fix installation.rst instruction
  • Loading branch information
whoenig authored Jul 5, 2022
2 parents 967723d + 25b4760 commit ea4a67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Click the appropriate tab(s) below to see the installation instructions for your
4. Create the Anaconda environment with your desired Python version::

$ cd crazyswarm
$ conda create --name crazyswarm python=$CSW_PYTHON
$ conda create --name crazyswarm python=[2.7 or 3.7]
$ conda env update -f conda_env.yaml

5. Activate the Anaconda environment::
Expand Down

0 comments on commit ea4a67e

Please sign in to comment.