|
|
@ -1,6 +1,6 @@
|
|
|
|
# Course Master - Django project
|
|
|
|
# Course Master - Django project
|
|
|
|
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
|
|
|
|
### Install Python3
|
|
|
|
### Install Python3
|
|
|
|
|
|
|
|
|
|
|
@ -16,7 +16,7 @@ Then, install pip3 if not done yet.
|
|
|
|
|
|
|
|
|
|
|
|
Then, install pipenv with `pip3 install pipenv`
|
|
|
|
Then, install pipenv with `pip3 install pipenv`
|
|
|
|
|
|
|
|
|
|
|
|
### Django installation
|
|
|
|
### Django installation
|
|
|
|
|
|
|
|
|
|
|
|
Now, you can install Django by doing `pipenv install django`.
|
|
|
|
Now, you can install Django by doing `pipenv install django`.
|
|
|
|
|
|
|
|
|
|
|
|