python-qutescript icon indicating copy to clipboard operation
python-qutescript copied to clipboard

Installation instructions are unclear

Open carlsmith opened this issue 7 years ago • 1 comments

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 .

carlsmith avatar Aug 28 '18 00:08 carlsmith

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.

brandonllocke avatar Sep 11 '19 11:09 brandonllocke