Skip to content

Commit 14b9fcf

Browse files
authored
Update README.md
1 parent afdf353 commit 14b9fcf

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,16 @@ Ditto! **DSPy** gives you the right general-purpose modules (e.g., `ChainOfThoug
5858

5959
All you need is:
6060

61-
```
61+
```bash
6262
pip install dspy-ai
6363
```
6464

65+
To install the very latest from `main`:
66+
67+
```bash
68+
pip install git+https://github.com/stanfordnlp/dspy.git
69+
````
70+
6571
Or open our intro notebook in Google Colab: [<img align="center" src="https://colab.research.google.com/assets/colab-badge.svg" />](https://colab.research.google.com/github/stanfordnlp/dspy/blob/main/intro.ipynb)
6672

6773
By default, DSPy installs the latest `openai` from pip. However, if you install old version before OpenAI changed their API `openai~=0.28.1`, the library will use that just fine. Both are supported.

0 commit comments

Comments
 (0)