Skip to content

Commit

Permalink
Updat README for issue #207 (#208)
Browse files Browse the repository at this point in the history
Signed-off-by: John Matthews <jwmatthews@gmail.com>
  • Loading branch information
jwmatthews authored Aug 1, 2023
1 parent 376de50 commit 561679f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,10 @@ FIPS is disabled by default.
* Activate Virtualenv and install requirements
```
source env/bin/activate
pip3 install -r requirements.txt
PIP_CONSTRAINT=constraints.txt pip3 install -r requirements.txt
ansible-galaxy collection install amazon.aws:2.2.0 community.aws:2.1.0
```
* See [PyYAML 5.4.1: AttributeError: cython_sources #207](https://github.com/migtools/mig-agnosticd/issues/207) for why the PIP_CONSTRAINT file is being used.
* To update any requirements
```
Expand Down

0 comments on commit 561679f

Please sign in to comment.