Skip to content

20200331

Compare
Choose a tag to compare
@illumon-public illumon-public released this 27 Jul 17:45
370b0d8
The release is only for linux_x86_64 platforms running Python 2.7.x, 3.6.x or 3.7.x.
Download and install the .whl file with pip as follows:
```
# Python 2
sudo pip2 install ./deephaven_jpy-1.20200331.192-cp27-cp27mu-linux_x86_64.whl

# Python 3.6
sudo pip3 install ./deephaven_jpy-1.20200331.192-cp36-cp36m-linux_x86_64.whl

# Python 3.7
sudo pip3 install ./deephaven_jpy-1.20200331.192-cp37-cp37m-linux_x86_64.whl