Skip to content

Commit eee3cc5

Browse files
authored
Update README.md (#73)
1 parent 258e662 commit eee3cc5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,11 @@ pip install surrealdb
7676
```
7777

7878
Alternatively, you can use install it using [Poetry](https://python-poetry.org/)
79-
79+
```
80+
poetry add surrealdb
81+
```
82+
### Connect to SurrealDB
83+
Create a new surreal.py file and add the following code to try out some basic operations using the SurrealDB SDK.
8084
```python
8185
from surrealdb import Surreal
8286

@@ -132,4 +136,4 @@ if __name__ == "__main__":
132136
import asyncio
133137

134138
asyncio.run(main())
135-
```
139+
```

0 commit comments

Comments
 (0)