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 815f0fd + fe1cb9a commit 15e044dCopy full SHA for 15e044d
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