python-qutescript
python-qutescript copied to clipboard
Installation instructions are unclear
In the README, the commands are not formatted as code, which makes them hard to read. At Step 3, I missed the dot on the end (it just looks like a full-stop):
$ cd qutescript; pip install -e .
I don't know reStructuredText, but the output will be the same anyway:
$ cd qutescript; pip install -e .
I just submitted a pull request to fix this, although it appears this repo might be dead. Guess we'll have to wait and see.