Skip to content

Commit d69ed50

Browse files
author
Emmanouil Konstantinidis
committed
Update Demo Readme
1 parent cd7a584 commit d69ed50

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ __pycache__/
77
env/
88
djangorestframeworkdocs.egg-info/
99

10-
demo/env/
1110
demo/db.sqlite3
1211

1312
rest_framework_docs/static/node_modules/

demo/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,25 @@ A demo project to get you started with DRF docs development.
33

44

55
### Installation
6+
From the route of the repository:
67

78
# Create the virtual environment
89
pyvenv env
910

1011
# Install requirements
1112
env/bin/pip install -r requirements.txt
1213

14+
# Activate the environment
15+
source env/bin/activate
16+
17+
# Cd Into the demo
18+
cd demo/
19+
1320
# Install Django Rest Framework Docs
14-
env/bin/pip install -e ../
21+
pip install -e ../
1522

1623
# Run the project
17-
env/bin/python manage.py runserver
24+
python manage.py runserver
1825

1926
**Note**: You **do not** need a database or to run `migrate`.
2027

demo/requirements.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)