From 32cb7c7a10bbaf416638a93b3395116040e2d6d9 Mon Sep 17 00:00:00 2001 From: Dhiego Bersan Date: Mon, 22 Oct 2018 22:43:12 -0300 Subject: [PATCH] Improved readme with convenience commands. --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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.