Python project for automating recurring investments.
Python 3.9.0
Download zip file or clone repository
Navigate to the repository locally and execute the following commands:
Create and activate virtual environement:
python -m venv env
.\env\Scripts\activate
Download necessary Python modules:
pip install setup/requirements.txt
Run setup.py:
python setup/setup.py