Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

LearnPython

Environment setup

Python 3.9.20. Find your version here

To create a virtual environment:

Windows: python -m venv <venv name>

Unix: python3 -m venv <venv name>

OR use your IDE. Make sure to actually select this environment in your IDE.

To install and manage packages, refer to requirements.txt. To install all listed requirements, do pip install -r requirements.txt from a directory that can see the requirements.txt.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages