Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 594 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 594 Bytes

My Python Project

Motivations and Goals

Observation, question. Ways I seek to answer are

  • start this repo
  • goal 2 (see issue #4)
  • goal 3

Python Environment

This project uses a Python venv. The environment contents are documented in the requirements.txt file. You can (re)generate the virtual environment by running the script setup_venv.sh. To use this environment, run the following before executing any python scripts from this repo.

source .venv/bin/activate