mapbox / mapbox-cli-py

Command line interface to Mapbox Web Services
MIT License
164 stars 44 forks source link

Update README.md with per user install using pip #94

Closed andrewharvey closed 7 years ago

andrewharvey commented 7 years ago

Setting up a venv can be hard and deter people looking to use the tool, and installing with sudo isn't always desired. This PR guides the use of pip install --user for a simple install procedure without using sudo.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 95.444% when pulling ebf9297fa99c35311412c7495d327053d6099005 on andrewharvey:patch-1 into c23f92d3dbd20c27b0fa8a5a67a55ac9463af8fd on mapbox:master.

perrygeo commented 7 years ago

Thanks @andrewharvey 👍