Skip to main content

Open Dynamics Engine (ODE) python binding.

Project description

ode-python

This is yet another Python binding of Open Dynamics Engine (ODE).

Instalation

Python3 on Linux system is required.

pip3 install ode-python

Please install ODE or cmake beforehand. pip3 first tries to build and install ODE using cmake if ODE cannot be found on the system.

For example, on debian:

apt install cmake

or

apt install libode-dev

Uploading to PyPI

Please refer to this page.

python3 -m pip install --user --upgrade setuptools wheel
python3 -m pip install --user --upgrade twine

python3 setup.py sdist bdist_wheel

python3 -m twine upload --repository testpypi dist/*
python3 -m twine upload --repository pypi dist/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ode-python-0.0.2.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

ode_python-0.0.2-py3-none-any.whl (5.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page