Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ EPR Python is a python client for the Event Provenance Registry server.
## Development

```bash
python3 -m venv ~/.virtualenvs/epr-python
source ~/.virtualenvs/epr-python/bin/activate
python3 -m venv .venv/epr-python
source .venv/epr-python/bin/activate

git clone git@github.com:xbcsmith/epr-python.git
cd epr-python
Expand Down
Loading