We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e90f36 commit ef359e9Copy full SHA for ef359e9
.gitignore
@@ -22,6 +22,7 @@ lib
22
lib64
23
venv*/
24
pyvenv*/
25
+tmp*
26
27
# Installer logs
28
pip-log.txt
docs/installation.rst
@@ -2,16 +2,16 @@
2
Installation
3
============
4
5
-From PIP
6
---------
+From *PyPI*
+-----------
7
8
At the command line:
9
10
.. code-block:: sh
11
12
$ pip install bytesparse
13
14
-The package found on PIP might be outdated with respect to the *github*
+The package found on *PyPI* might be outdated with respect to the source
15
repository.
16
17
docs/requirements.txt
@@ -1,5 +1,5 @@
1
-sphinx>=1.7
+sphinx >= 6
sphinx-rtd-theme
sphinx-autodoc-typehints
-twine>=1.12
+twine
-e .
0 commit comments