Skip to content

Commit

Permalink
update reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
FitashUlHaq committed May 23, 2024
1 parent 380228c commit 4163eb6
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ sphinx:
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: docs/reqs.txt
- requirements: reqs.txt
- requirements: docs/requirements.txt
- requirements: requirements.txt
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To obtain the full code, including examples and tests, you can clone the git rep

To install the reqs please run the following commands in virtual environment (recommended)

$ pip install -r reqs.txt
$ pip install -r requirements.txt

## Contributing

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ To install the reqs please run the following commands in virtual environment (re

.. code-block:: console
$ pip install -r reqs.txt
$ pip install -r requirements.txt
File renamed without changes.

0 comments on commit 4163eb6

Please sign in to comment.