Skip to content

Commit

Permalink
Merge pull request #12 from nightfallai/update-readme
Browse files Browse the repository at this point in the history
remove poetry references from README
  • Loading branch information
cmshanahan authored Jul 18, 2024
2 parents 4016761 + 3f52185 commit ad8afb6
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ Ensure you have the following packages installed:

pip install -r requirements.txt

or

poetry install

## Contributing
Feel free to submit issues or pull requests if you find any bugs or have suggestions for improvements.

Expand All @@ -42,12 +38,12 @@ This project is licensed under the Apache 2 license.

To sort imports run:

poetry run isort .
isort .

To format code run:

poetry run black .
black .

To check code style run:

poetry run pylint .
pylint examples/

0 comments on commit ad8afb6

Please sign in to comment.