Installation¶
1a. Clone asr:
git clone git@gitlab.com:asr-dev/asr.git
1b Check out the development branch:
git checkout htw-util-compat
1c. Install asr:
cd asr
pip install --editable .
cd ..
2a. Clone htw-util:
git clone git@gitlab.com:askhl/htwutil.git
2b. Install htw-util:
cd htwutil
pip install --editable .
cd ..
2c. Check that htw-util is found in path, for example by typing htw and pressing tab autocomplete. If it doesn’t exist, write:
export PATH=$PATH:~/.local/bin
Now you are ready to start any of the tutorials:
> mkdir myrepo > cd myrepo > htw-util init Created repository in /home/testuser/demo