1
Install dependencies
Install numpy and upgrade Cython using pip.
2
Clone the repository
Run `git clone https://github.com/microsoft/qlib.git && cd qlib`.
3
Install Qlib
Execute `pip install .` or `pip install -e .[dev]` for development mode.
4
Review documentation
Access the documentation at qlib.readthedocs.io to understand the framework architecture and components.
5
Build your workflow
Use either the automatic workflow or the modularized interface to create customized quantitative research workflows.