picosdk-python-wrappers icon indicating copy to clipboard operation
picosdk-python-wrappers copied to clipboard

Updated README. Changed setup.py to install numpy dependency

Open JellyWX opened this issue 3 years ago • 0 comments

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

JellyWX avatar Jul 05 '21 10:07 JellyWX