Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 324 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 324 Bytes

Pydevenv

Basic environment for small scripts/medium sized projects in Python.

Usage

Run the app.py with

run app.py

You can install packages in the virtual environment adding them to requirements.txt.

Deleting the venv/ folder deletes also the downloaded packages.

Feel free to customize at will.