Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 803 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 803 Bytes

python3.7-numpy-1.20.3

Numpy 1.20.3 for Python 3.7 running on the Nvidia Jetson Tegra.

How to use

If you have pip (which should be run in a suitable virtual environment) this should work:

pip install 'https://github.com/jetson-nano-wheels/python3.7-numpy-1.20.3/releases/download/v0.0.1/numpy-1.20.3-cp36-cp36m-linux_aarch64.whl'

How to contribute

  1. Fork this repo
  2. Add a branch for your new feature.
  3. Run the init.sh script.

Like this:

git clone git@github.com:jetson-nano-wheels/python3.7-numpy-1.20.3
cd python3.7-numpy-1.20.3
git checkout -b feature-my-fancy-addition
./init.sh

After that, do your edits, commit and push to your repo, and send a pull-request if you like 😃