Skip to content

Latest commit

 

History

67 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prototype-Hacktoberfest

Settng up project 1,2,3

Install Tkinter first

sudo apt-get update
sudo apt-get install python3-tk

Run project

python3 project_name.py

Setting up project 4

How to install virtualenv:

Install pip first

sudo apt-get install python3-pip

Then install virtualenv using pip3

sudo pip3 install virtualenv 

Now create a virtual environment

virtualenv -p python3 venv 

Active your virtual environment:

source venv/bin/activate

Install Django

sudo pip3 install Django

Run Django project

1. open project directory with manage.py file
2. python3 manage.py runserver

This is a new edit in the Prototype Hacktober Fest Repository

  1. fork this repo
  2. add relevant info about it in the readme

About

No description, website, or topics provided.

Resources

Stars

5 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages