File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ __pycache__/
77env /
88djangorestframeworkdocs.egg-info /
99
10- demo /env /
1110demo /db.sqlite3
1211
1312rest_framework_docs /static /node_modules /
Original file line number Diff line number Diff 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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments