This repository consists of a simple Python project to demonstrate how to share Python virtual environments.
It uses a simple Python script that outputs a graph plot using the pandas
and matplotlib
libraries.
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
python src\test.py