8000 GitHub - RJHughes/Python-template: A template repository for a Python project
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

RJHughes/Python-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-template

A template repository for a Python project

This project uses a simple requirements.txt file for managing dependencies. To set up this project you will need pip. So as not to clutter your base Python installation with packages, you'll likely want to create a virtualenv for this project.

Here's how to do that in PyCharm

Here's how to do that using the command line

Once you have a virtual environment set up for this project you can get the dependecies from the requirements.txt file included in this repository.

Install the packages through PyCharm or by running

pip install -r /path/to/requirements.txt

In your virtual environment console

About

A template repository for a Python project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0