Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 239 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 239 Bytes

virtual-env july 9th 2021 This repo is made to share my python configuration with others, if necessary, or to work on another computer. useful command lines: python3 -m venv venv Source venv/bin/activate pip install -r requirements.txt