Skip to content

Commit ef359e9

Browse files
committed
Minor changes
1 parent 7e90f36 commit ef359e9

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ lib
2222
lib64
2323
venv*/
2424
pyvenv*/
25+
tmp*
2526

2627
# Installer logs
2728
pip-log.txt

docs/installation.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
Installation
33
============
44

5-
From PIP
6-
--------
5+
From *PyPI*
6+
-----------
77

88
At the command line:
99

1010
.. code-block:: sh
1111
1212
$ pip install bytesparse
1313
14-
The package found on PIP might be outdated with respect to the *github*
14+
The package found on *PyPI* might be outdated with respect to the source
1515
repository.
1616

1717

docs/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
sphinx>=1.7
1+
sphinx >= 6
22
sphinx-rtd-theme
33
sphinx-autodoc-typehints
4-
twine>=1.12
4+
twine
55
-e .

0 commit comments

Comments
 (0)