Installing via pip
See original GitHub issuePinging @craigmaloney here, to continue a conversation about the new pip package.
I’d love to test this, so let me give details on my setup and hopefully we can document this to be super easy for nerdy people that want to use Mastodon via CLI. 😄
I did update it with the updated instructions.
Craig, for the world of me I can’t find where those instructions are. Maybe it is a caching issue, but the readme appears the same. Link me, please!
make sure your are using the latest version of pip. Ubuntu ships with 1.5.4 which won’t work because of https.
I am using pip 9.0.1 from /usr/local/lib/python2.7/dist-packages (python 2.7)
. That seems like a big leap in version numbering, so that looks okay, ne?
Issue Analytics
- State:
- Created 6 years ago
- Comments:10
Top Results From Across the Web
Installing Packages - Python Packaging User Guide - Python.org
Securely Download get-pip.py 1 · Run python get-pip.py . 2 This will install or upgrade pip. Additionally, it will install setuptools and wheel...
Read more >How to Install a Package in Python using PIP - Data to Fish
If you're using Windows, you'll be able to install a Python package by opening the Windows Command Prompt, and then typing this command:...
Read more >pip install - pip documentation v22.3.1
Description#. Install packages from: PyPI (and other indexes) using requirement specifiers. VCS project urls. Local project directories.
Read more >Using Python's pip to Manage Your Projects' Dependencies
The pip install <package> command always looks for the latest version of the package and installs it. It also searches for dependencies listed ......
Read more >How to Install PIP on Windows ? - GeeksforGeeks
Pip must be manually installed on Windows. You might need to use the correct version of the file from pypa.org if you're using...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The way I’ve installed things is to use a virtual environment to keep all of the libraries involved in one space. That way it won’t try to upgrade the system packages.
I have a video where I discuss more of how to use virtual environments if you want.
OK, I updated the README.md with instructions of how to install via pip.