Skip to content

Commit fe1cb9a

Browse files
authored
Merge pull request AtsushiSakai#114 from dhiegomaga/improvement/readme
Improved readme with convenience commands.
2 parents f55c0b8 + 32cb7c7 commit fe1cb9a

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,17 @@ Full documentation is available online: [https://pythonrobotics.readthedocs.io/]
9999

100100
# How to use
101101

102-
1. Install the required libraries. You can use environment.yml with conda command.
102+
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
103112
104-
2. Clone this repo.
105113

106114
3. Execute python script in each directory.
107115

0 commit comments

Comments
 (0)