Commit b143187e authored by Bram Schoenmakers's avatar Bram Schoenmakers Committed by GitHub

Always use pip3

parent b6bdf904
......@@ -47,18 +47,15 @@ Installation
Simply install with:
pip install topydo
pip3 install topydo
If you wish to use column mode: install additional dependencies with:
pip install topydo[columns]
pip3 install topydo[columns]
Similarly, for prompt mode you can install additional dependencies with:
pip install topydo[prompt]
topydo is written in Python 3. Therefore, on some systems, `pip` should be
called as `pip3`.
pip3 install topydo[prompt]
Demo
----
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment