robot0nfire/c0re
Archived
1
0
Fork 0

Updated installation instructions

This commit is contained in:
Philip Trauner 2018-01-15 10:13:43 +01:00
parent 673b8c3686
commit 44e4cf85ed

View file

@ -7,5 +7,7 @@
```bash
git clone https://github.com/robot0nfire/c0re.git --recursive --depth=1
cd c0re
pip3 install -r requirements.txt
pip3 install pipenv
pipenv install
```