toolshed/README.md

14 lines
243 B
Markdown
Raw Normal View History

2023-03-08 08:25:51 +00:00
# toolshed
2023-03-08 08:25:51 +00:00
## Installation
2023-03-08 08:25:51 +00:00
``` bash
git clone https://github.com/gr4yj3d1/toolshed.git
cd toolshed/backend
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
2023-03-08 08:25:51 +00:00
python manage.py migrate
python manage.py runserver
2023-03-08 08:25:51 +00:00
```