AnthonyDiGirolamo / todotxt-machine

an interactive terminal based todo.txt file editor with an interface similar to mutt
https://pypi.python.org/pypi/todotxt-machine/
GNU General Public License v3.0
243 stars 37 forks source link

pip installs old version #42

Open JustAPerson opened 7 years ago

JustAPerson commented 7 years ago

Hi, I'm using pip 9.0.1. Whenever I run sudo pip install todotxt-machine I get an old copy that does not include #34 even though this was merged a year ago.

Perhaps pypi has not reindex the repo because the current version (2.2.2 df9b829fdc) is over two years old?

RonCam commented 6 years ago

@JustAPerson Install in this way:

sudo pip3 install todotxt-machine
...
Downloading/unpacking todotxt-machine
  Downloading todotxt_machine-2.2.2-py2.py3-none-any.whl (47kB): 47kB downloaded

and you may check for correct version, as follows:

> todotxt-machine --version
2.2.2
73 commented 4 years ago

The version is not kept up to date:

Install like:

pip3 install --user --upgrade git+https://github.com/AnthonyDiGirolamo/todotxt-machine.git