Skip to content

Commit

Permalink
Merge pull request #66 from lognaturel/ex-deps
Browse files Browse the repository at this point in the history
Update example dependencies, recommend pyenv
  • Loading branch information
lindsay-stevens authored Apr 18, 2024
2 parents 7040a26 + 7b7e96d commit 89b3fe8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This library aims to make common data analysis and workflow automation tasks as

## Install

The currently supported Python version for `pyodk` is 3.12.
The currently supported Python version for `pyodk` is 3.12. We recommend using [`pyenv`](https://github.com/pyenv/pyenv) to manage multiple versions of Python.

### From pip

Expand All @@ -24,7 +24,7 @@ cd ~/repos/pyodk
git clone https://github.com/getodk/pyodk.git repo

# Create and activate a virtual environment for the install.
/usr/local/bin/python3.8 -m venv venv
python -m venv venv
source venv/bin/activate

# Install pyodk and its production dependencies.
Expand Down
6 changes: 3 additions & 3 deletions docs/examples/app_user_provisioner/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pyodk==0.2.0
segno==1.5.2
Pillow==9.4.0
pyodk==0.3.0
segno==1.6.1
Pillow==10.3.0

0 comments on commit 89b3fe8

Please sign in to comment.