Skip to content

Commit f577fcb

Browse files
authored
fix: fix install (#1382)
Signed-off-by: samsja <sami.jaghouar@hotmail.fr>
1 parent aef8b62 commit f577fcb

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -793,21 +793,15 @@ Of course this is only one thing that DocArray can do, so we encourage you to ch
793793
To try out the alpha you can install it via git:
794794

795795
```shell
796-
pip install "git+https://github.com/docarray/docarray@2023.01.18.alpha#egg=docarray[proto,torch,image]"
797-
```
798-
799-
...or from the latest development branch
796+
pip install "git+https://github.com/docarray/docarray"
800797

801-
```shell
802-
pip install "git+https://github.com/docarray/docarray@feat-rewrite-v2#egg=docarray[proto,torch,image]"
803-
```
804798

805799
## See also
806800

807801
- [Documentation](https://docarray-v2--jina-docs.netlify.app/)
808802
- [Join our Discord server](https://discord.gg/WaMp6PVPgR)
809803
- [Donation to Linux Foundation AI&Data blog post](https://jina.ai/news/donate-docarray-lf-for-inclusive-standard-multimodal-data-model/)
810-
- ["Legacy" DocArray github page](https://github.com/docarray/docarray)
804+
- ["Legacy" DocArray github page](https://github.com/docarray/docarray/tree/docarray-v1-fixes)
811805
- ["Legacy" DocArray documentation](https://docarray.jina.ai/)
812806

813807
> DocArray is a trademark of LF AI Projects, LLC

0 commit comments

Comments
 (0)