:github_url: https://github.com/AI4Finance-Foundation/FinRL Installation ============ Using pip: ---------- .. code:: bash pip install -U FlagEmbedding Install from sources: --------------------- Clone the repository and install .. code:: bash git clone https://github.com/FlagOpen/FlagEmbedding.git cd FlagEmbedding pip install . For development in editable mode: .. code:: bash pip install -e .