A python module to randomly generate a membership list in the style of DSA National for use in testing DSA tech tools.
With Python installed and the repo cloned, from the project root:
-
create a virtual environment named
.venv
:Mac/Linux/WSL
python -m venv .venv
Windows + Powershell
py -m venv .venv
-
activate the virtual envronment
Mac/Linux/WSL
source .venv/bin/activate
Windows + Powershell
.venv\Scripts\Activate.ps1
-
install your dependencies
pip install -r requirements.txt