mirror of
https://github.com/FlagOpen/FlagEmbedding.git
synced 2026-01-02 02:02:11 +00:00
28 lines
428 B
ReStructuredText
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 . |