Skip to content

Commit 8212605

Browse files
committed
Add instructions for setup
1 parent a061b89 commit 8212605

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
## Path finding is a metaphor
22
This repository documents our, that's [twitu](https://github.com/twitu), [arkonaire](https://github.com/arkonaire) and [lsampras](https://github.com/lsampras), experiments with bot programming, from the mundane path finding to the abstract state management.
33

4+
To setup the environment, clone the repository and then run the following commands
5+
```bash
6+
cd path/to/bot_programming
7+
virtualenv venv --python=python3
8+
source venv/bin/activate
9+
pip install -r requirements.txt
10+
sudo apt-get install python3-tk
11+
```
12+
413
## Reference material
514
We refer to a lot of existing work including blogs, videos, research papers and books. A good reference ideally opens up a new avenue for experimenting.
615

0 commit comments

Comments
 (0)