Skip to content

jsrobinson3/tw-hacktoberfest-21

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacktoberfest 2021

Welcome to Hacktoberfest 2021!

Installation

Fork the repository tw-hacktoberfest-21

Make sure you have the latest version of python downloaded.

Create a directory called hacktoberfest

Clone your forked hacktoberfest repository into the hacktoberfest directory

Use the package manager pip to install the virtualenv

pip install virtualenv

Create a directory for you environments called environments. Your directory structure should look like this.

hacktoberfest
├── tw-hacktoberfest-21
│   ├── .gitignore
│   ├── app.py
│   ├── README.md
│   └── requirements.txt
└── environments

Create a virtual environment inside environments called env-hacktoberfest21.

cd environements
virtualenv env-hacktoberfest21

Activate the virtual environment

env-hacktoberfest21\Scripts\activate

Navigate to your hacktoberfest repository and use the package manager pip to install dependencies.

cd ../tw-hacktoberfest-21
pip install -r requirements.txt

Run your webservice with flask run.

About

Hacktoberfest 2021

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 41.5%
  • HTML 26.5%
  • JavaScript 25.8%
  • Python 6.2%