We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f55c0b8 + 32cb7c7 commit fe1cb9aCopy full SHA for fe1cb9a
README.md
@@ -99,9 +99,17 @@ Full documentation is available online: [https://pythonrobotics.readthedocs.io/]
99
100
# How to use
101
102
-1. Install the required libraries. You can use environment.yml with conda command.
+1. Clone this repo.
103
+
104
+> git clone https://github.com/dhiegomaga/PythonRobotics.git
105
106
+> cd PythonRobotics/
107
108
109
+2. Install the required libraries. You can use environment.yml with conda command.
110
111
+> conda env create -f environment.yml
112
-2. Clone this repo.
113
114
3. Execute python script in each directory.
115
0 commit comments