Skip to content

Commit d735f63

Browse files
authored
Update README.md
1 parent d73c422 commit d735f63

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,14 @@
6767

6868
[**Path Planning with qlearning**](<https://github.com/0aqz0/path-planning-with-qlearning>)
6969

70+
## Getting Started
71+
72+
```bash
73+
$ git clone [email protected]:0aqz0/Robotics-Notebook.git
74+
$ cd Robotics-Notebook
75+
$ virtualenv.exe venv
76+
$ source venv/Scripts/activate
77+
$ pip install -r requirements.txt
78+
$ pip install -e .
79+
$ python PathPlanning/AStar/run.py
80+
```

0 commit comments

Comments
 (0)