Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into musl
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicWink committed Sep 27, 2024
2 parents 1e43502 + d316c6f commit 2b9b221
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Run:

.. code:: bash
python setup.py install
pip install .
Usage:
~~~~~~
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@
],
ext_modules = extensions,
long_description = readme,
install_requires = [],
install_requires = [
"numpy",
],
classifiers =
[
"Development Status :: 2 - Pre-Alpha",
Expand Down

0 comments on commit 2b9b221

Please sign in to comment.