hapi-server / client-python

Python client for HAPI
BSD 3-Clause "New" or "Revised" License
12 stars 10 forks source link

Use `python -m` pip in README #64

Closed dstansby closed 1 year ago

dstansby commented 1 year ago

The pip documentation recommends using python -m pip instead of just pip to avoid the errors mentioned in the README of this appendiex. This PR updates the instructions to use python -m pip in place of pip, and removes the now-redundant appendex section.

rweigel commented 1 year ago

For future reference, this is the explanation I should have referred to in the appendix: https://www.anaconda.com/blog/using-pip-in-a-conda-environment