Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
topydo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
topydo
Commits
b143187e
Commit
b143187e
authored
Jan 18, 2017
by
Bram Schoenmakers
Committed by
GitHub
Jan 18, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Always use pip3
parent
b6bdf904
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
README.md
README.md
+3
-6
No files found.
README.md
View file @
b143187e
...
...
@@ -47,18 +47,15 @@ Installation
Simply install with:
pip install topydo
pip
3
install topydo
If you wish to use column mode: install additional dependencies with:
pip install topydo[columns]
pip
3
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
----
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment