Skip to content

Commit

Permalink
Updated README with poetry.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Dec 13, 2019
1 parent eb3d9d7 commit d94d7c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
run: |
pip install poetry
poetry install
poetry install --dev
- name: Lint with flake8
run: |
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ There are different ways to deploy MOSP.
$ git clone https://github.com/CASES-LU/MOSP.git
$ cd MOSP/
$ npm install
$ pipenv install
$ pipenv shell
$ poetry install
$ poetry shell
$ python manager.py db_create
$ python manager.py db_init
$ python manager.py import_licenses_from_spdx
Expand Down

0 comments on commit d94d7c7

Please sign in to comment.