Skip to content

This repository holds a starter project for Python 3

License

TheDreamPort/python3-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python 3 Starter Projet

This repository holds a starter project for Python 3. You can use this project to get started on your Python problem immediately. The main Python script is named:

mystarter.py

You should customize this file instead of adding any new ones.

requirements.txt

We provide the a requirements.txt file to centralize all of the packages you may need in developing your script. To install the packages specified in this file you should use the following syntax:

sudo pip3 install -r reqirements.txt

About

This repository holds a starter project for Python 3

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published