Skip to content

the Clicker project in the style of the Minecraft game

Notifications You must be signed in to change notification settings

tsar123/proj-clicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

proj-clicker

Deploy Python 3.9

  1. Create virtualenv
python -m venv [path to venv folder]
  1. Activate virtualenv
.\venv\Scripts\activate (for Windows)
source env/bin/activate (for Linux)
  1. Install package
pip install djangorestframework
pip install Django
  1. Migrate
python manage.py migrate
  1. Run django server
python manage.py runserver

Demonstration of the appearance of the Clicker

image

About

the Clicker project in the style of the Minecraft game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published