Welcome to galgoz, al algorithmic trading framework design for trading with the OANDA API.
This project uses for dependency management. If you don't have it yet, install it before cloning the repo.
-
Install Poetry if you don't have it already.
-
Make sure the correct version of Python, specified in the pyproject.toml file, is installed on your system before running poetry install (below).
-
Open your terminal.
-
Navigate to the directory where you want to clone the repository:
cd /path/to/your/directory
-
Clone the repository:
git clone https://github.com/yourusername/galgoz.git
-
Navigate to the repository director
cd galgoz
-
Use poetry to install the dependencies:
poetry install