Skip to content

Commit

Permalink
[build] Add setuptools to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoemi09 committed Oct 24, 2023
1 parent 7f99998 commit 3fe8fe6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ Prerequisites
#. The :ref:`TRIQS <triqslibs:welcome>` library, see `TRIQS installation instruction <https://triqs.github.io/triqs/latest/install.html>`_.
In the following, we assume that TRIQS is installed in the directory ``path_to_triqs``.

#. For Python 3.12 and higher, `setuptools <https://pypi.org/project/setuptools/>`_ is required.

Installation steps
------------------

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
mako
numpy
scipy
setuptools

0 comments on commit 3fe8fe6

Please sign in to comment.