2024-10-24 08:25:48 +00:00

28 lines
428 B
ReStructuredText

: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 .