This program is still under creation.
- The OS of creation of Stocker project is Windows 11.
- The Programming Language and Version for data manipulation, management and ML is Python 3.9
- The API yahoo_fin is being used to retrieve the stock data.
conda env create --file environment.yml
conda activate stocker
If there are more packages installed, update the environment.yml
file with:
conda env export --from-history > environment.yml
To export the packages to a requirements.txt
file:
pipreqs . --force
- Master
- Develop