Skip to content

Commit

Permalink
Python Docs Update (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
solidiquis authored May 2, 2024
1 parent 5df0856 commit dfc95cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ $ cargo add --git https://github.com/sift-stack/sift sift
$ pip install 'git+https://github.com/sift-stack/sift.git#subdirectory=python'
```

#### Manual Installation
### Manual Installation

For manual installation instructions for a particular supported programming language, click on one of the following links:
- [Go](/docs/go.md)
Expand Down
3 changes: 1 addition & 2 deletions examples/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ $ source venv/bin/activate
Install dependencies:

```bash
$ pip install python-dotenv 'git+https://github.com/sift-stack/sift.git#subdirectory=python'

$ pip install -r requirements.txt
```

Create your `.env` file:
Expand Down
2 changes: 2 additions & 0 deletions examples/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
python-dotenv==1.0.1
sift @ git+https://github.com/sift-stack/sift.git#subdirectory=python

0 comments on commit dfc95cf

Please sign in to comment.