Skip to content

Commit 13b8782

Browse files
committed
add instructions about editable installation in the doc
1 parent f02c74a commit 13b8782

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

doc/source/getting_started/installation.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,26 @@ If you are using **Private Evolution** to generate **text**, use the following c
3131
3232
pip install "private-evolution[text] @ git+https://github.com/microsoft/DPSDA.git"
3333
34+
Multiple dependencies can also be combined, such as:
35+
36+
.. code-block:: bash
37+
38+
pip install "private-evolution[image,text] @ git+https://github.com/microsoft/DPSDA.git"
39+
40+
Editable Mode
41+
^^^^^^^^^^^^^
42+
43+
To install **Private Evolution** in editable mode, please use the following command:
44+
45+
.. code-block:: bash
46+
47+
git clone https://github.com/microsoft/DPSDA.git
48+
cd DPSDA
49+
pip install -e .[option]
50+
51+
where `option` can be `image`, `text`, or `image,text`.
52+
53+
3454
Faiss
3555
-----
3656

0 commit comments

Comments
 (0)