Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
the gtd.py has no matching in pip. instead, it has successfully installed using pip3

executed
```
pip install -U gtd.py
```

result
```
Could not find a version that satisfies the requirement gtd.py (from versions: )
No matching distribution found for gtd.py
```
  • Loading branch information
maxios authored Aug 14, 2020
1 parent afe9140 commit f3dfef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ Setup

::

$ pip install -u gtd.py
$ pip3 install -U gtd.py
$ gtd onboard

The ``onboard`` command will assist you through the process of getting a Trello API key for use with this program and putting it in the correct file. This will happen automatically if you run a command that requires authentication without having your API keys set.
Expand Down

0 comments on commit f3dfef0

Please sign in to comment.