xcode-select --install
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install python3
pip3 install virtualenv
# If you have xcode, homebrew, python3, virtualenv you can start from here
virtualenv create-env
pip install -r requirements.txt
source create-env/bin/activate
python manage.py makemigrations
python manage.py migrate --run-syncdb
python manage.py runserver
-
Notifications
You must be signed in to change notification settings - Fork 0
mayankkt9/Covid-Tracker
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Track COVID – 19 outbreaks for all countries. Python, Django.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published