Skip to content

Commit

Permalink
Environment to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kmhess committed Jun 8, 2024
1 parent 1a26820 commit 65a9014
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ parameter.offset = True
Installation
------------

### Setting up an environment

We recommend using a [virtual environment](https://docs.python.org/3/library/venv.html) to install and rup SIP so as to not conflict with other packages. For example:
```
python3 -m venv .venv
source .venv/bin/activate
```

### PyPI

You can install the latest SIP released on [PyPI](https://pypi.org/project/sofia-image-pipeline/) by running pip install:
Expand Down

0 comments on commit 65a9014

Please sign in to comment.