Install
Prerequisites
DeepPhysX packages have the following dependencies :
Package |
Dependency |
Type |
Install |
---|---|---|---|
:guilabel:`DeepPhysX ` |
Required |
|
|
Required |
|
||
Required |
|
||
Required |
|||
Required |
|||
Optional |
|||
Optional |
Install
Install with pip
DeepPhysX packages are all registered on PyPi.
They can easily be installed with pip
:
$ pip install git+https://github.com/mimesis-inria/DeepPhysX.git
Then, you should be able to run:
$ pip show DeepPhysX
import DeepPhysX
Install from sources
DeepPhysX can also be installed from sources for developers:
$ git clone https://github.com/mimesis-inria/DeepPhysX.git
$ cd DeepPhysX
$ pip install -e .