aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Magorsch <max@magorsch.de>2020-01-24 16:47:00 +0100
committerMax Magorsch <max@magorsch.de>2020-01-24 16:47:00 +0100
commit15e89a39766280ab5b6b229c1bc745d1c94a214e (patch)
tree435980634b23efb2ffd398675a9839f35c5a5dde
parentAdd a github workflow for publishing to pypi (diff)
downloadtyrian-sphinx-theme-15e89a39766280ab5b6b229c1bc745d1c94a214e.tar.gz
tyrian-sphinx-theme-15e89a39766280ab5b6b229c1bc745d1c94a214e.tar.bz2
tyrian-sphinx-theme-15e89a39766280ab5b6b229c1bc745d1c94a214e.zip
Update the install instructionsv0.0.4
Signed-off-by: Max Magorsch <max@magorsch.de>
-rw-r--r--README.md4
-rw-r--r--tyrian_sphinx_theme/_version.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 878bf23..32b3aa3 100644
--- a/README.md
+++ b/README.md
@@ -15,9 +15,9 @@ A Sphinx theme based on Tyrian (the new unified gentoo.org theme).
- [Contributors](#contributors)
## Installation
-You can install the theme using
+You can use pip to install the theme:
``` shell
-$ pip install git+https://github.com/mmagorsc/tyrian_sphinx_theme/#egg=tyrian_sphinx_theme
+$ pip install tyrian-sphinx-theme
```
## Configuration
diff --git a/tyrian_sphinx_theme/_version.py b/tyrian_sphinx_theme/_version.py
index 10af5dc..d4f88a0 100644
--- a/tyrian_sphinx_theme/_version.py
+++ b/tyrian_sphinx_theme/_version.py
@@ -1,2 +1,2 @@
-__version_info__ = (0, 0, 3)
+__version_info__ = (0, 0, 4)
__version__ = ".".join(map(str, __version_info__))