diff --git a/README.md b/README.md index f62dab0..2363cb5 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,16 @@ helpers for the common paths, with a raw escape hatch for everything else. ## Install +`requirements.txt`: + +``` +mongo @ git+https://git.rethinkstudios.io/rethink-public/mongo@v0.1.0 +``` + +Direct: + ```bash -# requirements.txt -mongo @ git+ssh://git@github.com//mongo.git@v0.1.0 +pip install "mongo @ git+https://git.rethinkstudios.io/rethink-public/mongo@v0.1.0" ``` Requires `motor` and `pymongo` (pulled transitively).