mirror of
https://github.com/Sosokker/ku-polls.git
synced 2025-12-19 21:44:06 +01:00
Update README.md
This commit is contained in:
parent
dde565c780
commit
00f3ca47fa
18
README.md
18
README.md
@ -12,6 +12,24 @@ Window
|
|||||||
git clone https://github.com/Sosokker/ku-polls
|
git clone https://github.com/Sosokker/ku-polls
|
||||||
cd ku-polls
|
cd ku-polls
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
python manage.py migrate
|
||||||
|
python manage.py runserver
|
||||||
|
```
|
||||||
|
Then connect to `127.0.0.1:8000/`
|
||||||
|
|
||||||
|
**Optional**
|
||||||
|
|
||||||
|
You can create virtual environment by using this command before install requirements.txt
|
||||||
|
```bash
|
||||||
|
python -m virtualenv .venv
|
||||||
|
```
|
||||||
|
or
|
||||||
|
```bash
|
||||||
|
python -m venv .venv
|
||||||
|
```
|
||||||
|
then
|
||||||
|
```bash
|
||||||
|
.venv\Scripts\activate
|
||||||
```
|
```
|
||||||
|
|
||||||
## Document
|
## Document
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user