Initial setup
To set up the Python environment, follow these steps:
- Download and install Anaconda Python from https://www.anaconda.com/products/individual if you do not have it installed yet.
git clone
the repository:git clone XXXXX
- Change the current directory to the cloned GitHub repository.
- Run the following code:
conda env create -f handson-algorithmic-trading-with-python\environment.yml -n handson-algorithmic-trading-with-python
- Change the active environment:
conda activate handson-algorithmic-trading-with-python
- Set the global environmental variables for market access:
- Using Window's Control Panel, set the system environment:
Then, choose Edit the system environment variables:
Then, specify the variable in the Environment Variables...