Skip to content

chilusoft/twitter_clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HOW TO RUN THE PROJECT

  • 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published