Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Commit

Permalink
add notes on upgrading/updating versions (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
aerickson committed Aug 24, 2020
1 parent 17ac7dc commit bfe6d2a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,22 @@ python -m virtualenv venv
pip install -r requirements.txt
```

## Updates

```
# Update the repository
cd mozilla-bitbar-devicepool
git pull --rebase
# Activate the virtual environment
. venv/bin/activate
# Install any updated requirements
pip install -r requirements.txt
# Restart the service
```

## Configuration

Configuring mozilla-bitbar-devicepool requires creating environment
Expand Down

0 comments on commit bfe6d2a

Please sign in to comment.