picosdk-python-wrappers
picosdk-python-wrappers copied to clipboard
Updated README. Changed setup.py to install numpy dependency
Changes proposed in this pull request:
- README.md specifies to use
pip install .
(more normal) - README.md python install instructions more platform-agnostic (since Windows users not operating in an elevated console can have the same issue as *NIX users not using sudo)
-
setup.py
now specifies the numpy requirement, so numpy will be installed automatically when the picosdk library is installed