-
Make sure you have python installed. Preferably python 3.8+.
-
create a virtual environment using the command python -m venv {name-of-your-virtual-env}. take note of the use of the use of python3 if your are on a UNIX system
-
activate the virtual environment with the command 'source path-to-venv/bin/activate' and on windows, 'path-to-venv/Scripts/activate'
-
After activating the virtual environment which you can see with the name of the virtual environment wrapped in parenthesis.
-
Install Django and its dependecies using pip by running the command 'pip install django'. This will install django along with its dependencies.
-
Notifications
You must be signed in to change notification settings - Fork 0
chilusoft/twitter_clone
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published