Instructor Notes
This is a placeholder file. Please add content here.
What is Computational Reprodicibility?
Capturing computational environments
Getting started with venv
and pip
Instructor Note
This command consists of two parts:
1. python -m venv
- Create a new python virtual
environment
2. .venv
- In a directory called .venv