diff --git a/README.md b/README.md index 48cab450..0e9c367c 100644 --- a/README.md +++ b/README.md @@ -99,9 +99,17 @@ Full documentation is available online: [https://pythonrobotics.readthedocs.io/] # How to use -1. Install the required libraries. You can use environment.yml with conda command. +1. Clone this repo. + +> git clone https://github.com/dhiegomaga/PythonRobotics.git + +> cd PythonRobotics/ + + +2. Install the required libraries. You can use environment.yml with conda command. + +> conda env create -f environment.yml -2. Clone this repo. 3. Execute python script in each directory.