From 50d18be478b3df2a2c9d5e5cdf0f4c2d2ad0b1e4 Mon Sep 17 00:00:00 2001 From: Matthias Baumgartner Date: Sun, 5 Mar 2023 20:30:14 +0100 Subject: demo fix --- doc/source/installation.rst | 7 ++++--- 1 file 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):: -- cgit v1.2.3