- Install python
- Install the virtual enviroment package with
python3 -m pip install --user virtualenv
- Create an virtual enviroment with
python3 -m venv venv
- Start the virtual enviroment
source venv/bin/activate
- Install all required packages
python -m pip install -r requirements.txt
- Start the Jupyter server
jupyter notebook
Adding the data:
- Go to kaggle and download the data
- Creating a data folder in the root directory
- Extract the files and put the etf and stocks folder directly into the ./data folder
Deap Package: https://deap.readthedocs.io/en/master/
numpy: https://numpy.org/
pandas: https://pandas.pydata.org/
Data from: https://www.kaggle.com/dsv/1054465