To setup your Python virtual environment (in Windows), run the following commands:
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
Confidential information stored in .env should have the following format:
TEST_EXCHANGE=...
REAL_EXCHANGE=...
IMC_USERNAME=...
IMC_PASSWORD=...
The .env file should be created in the root directory.