Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
arturo-seijas committed Apr 25, 2024
1 parent 459a589 commit 151f0de
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ but groups are a very useful feature for Indico. This plugin provides a solution

## Installation

### Development
This package is managed though [Poetry](https://python-poetry.org/). You can run `poetry install` to run it and `poetry buid` to build it.


### Package installation
You need to install the package on the same virtual environment as your Indico instance.
You might use the following commands to switch to the Indico environment
Expand All @@ -33,9 +37,7 @@ sudo bash install-libs.sh
You can then install this package either via local source:

```bash
git clone https://github.com/canonical/flask-multipass-saml-groups.git
cd flask-multipass-saml-groups
python setup.py install
poetry install
```

or with pip:
Expand Down

0 comments on commit 151f0de

Please sign in to comment.