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

Always use pip3

parent b6bdf904
...@@ -47,18 +47,15 @@ Installation ...@@ -47,18 +47,15 @@ Installation
Simply install with: Simply install with:
pip install topydo pip3 install topydo
If you wish to use column mode: install additional dependencies with: 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: Similarly, for prompt mode you can install additional dependencies with:
pip install topydo[prompt] pip3 install topydo[prompt]
topydo is written in Python 3. Therefore, on some systems, `pip` should be
called as `pip3`.
Demo 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