Skip to content

Commit

Permalink
Fix dev requirements install (#973)
Browse files Browse the repository at this point in the history
* add myself to `AUTHORS.rst`

* fix: correct pip install command for development setup

* add .idea to gitignore

* remove .idea from .gitignore

---------

Co-authored-by: Steven Loria <sloria1@gmail.com>
  • Loading branch information
un4gt and sloria authored Sep 11, 2024
1 parent 841100d commit 1be0cf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,4 @@ Contributors (chronological)
* Kevin Kirsche `@kkirsche <https://github.com/kkirsche>`_
* Isira Seneviratne `@Isira-Seneviratne <https://github.com/Isira-Seneviratne>`_
* Anton Ostapenko `@AVOstap <https://github.com/AVOstap>`_
* Tumuer `@un4gt <https://github.com/un4gt>`_
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Setting Up for Local Development
::

# After activating your virtualenv
$ pip install -e '.[dev]'
$ pip install -e ".[dev]"

3. (Optional, but recommended) Install the pre-commit hooks, which will format and lint your git staged files.

Expand Down

0 comments on commit 1be0cf4

Please sign in to comment.