aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Baumgartner <dev@igsor.net>2023-03-05 20:30:14 +0100
committerMatthias Baumgartner <dev@igsor.net>2023-03-05 20:30:14 +0100
commit50d18be478b3df2a2c9d5e5cdf0f4c2d2ad0b1e4 (patch)
treee2939c791e0d00b0e0ceec1dc86f0934ace49ed9
parent98e567933723c59d1d97b3a85e649cfdce514676 (diff)
downloadtagit-50d18be478b3df2a2c9d5e5cdf0f4c2d2ad0b1e4.tar.gz
tagit-50d18be478b3df2a2c9d5e5cdf0f4c2d2ad0b1e4.tar.bz2
tagit-50d18be478b3df2a2c9d5e5cdf0f4c2d2ad0b1e4.zip
demo fixdevelop
-rw-r--r--doc/source/installation.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/source/installation.rst b/doc/source/installation.rst
index 12d8898..07eeafe 100644
--- a/doc/source/installation.rst
+++ b/doc/source/installation.rst
@@ -27,10 +27,11 @@ Demo
The following commands install *tagit*, its dependencies, and the demo files,
then starts *tagit*. Of course, you can also do this in a ``virtualenv``::
+ mkdir bsfs-demo; cd bsfs-demo
pip install --extra-index-url https://pip.bsfs.io/ tagit
- wget https://www.bsfs.io/demo/tagitrc -O ~/.tagitrc
- wget https://www.bsfs.io/demo/demo-triples.pkl -O ~/demo-triples.pkl
- wget https://www.bsfs.io/demo/demo-schema.pkl -O ~/demo-schema.pkl
+ wget https://www.bsfs.io/demo/tagitrc -O .tagitrc
+ wget https://www.bsfs.io/demo/demo-triples.pkl -O demo-triples.pkl
+ wget https://www.bsfs.io/demo/demo-schema.pkl -O demo-schema.pkl
tagit
Or, you can run the demo in a docker container (although it will be relatively slow)::