Skip to content

Download Installation

anokn edited this page Nov 18, 2021 · 1 revision

Download

Latest release - 0.3

The latest .tar.gz file for Linux - https://pypi.python.org/packages/source/B/BinPy/BinPy-0.3.tar.gz

The latest .exe file for Windows - https://pypi.python.org/packages/any/B/BinPy/BinPy-0.3.win-amd64.exe

All Downloads

Linux

https://pypi.python.org/packages/source/B/BinPy/

Windows

https://pypi.python.org/packages/any/B/BinPy/

Repository Download via GITHUB

To clone the BinPy repository from the github issue the following command :

.. code::bash

sudo git clone https://github.com/BinPy/BinPy.git

Downloading the source Via PyPi

You can also download it from the Python Package Index(http://pypi.python.org/pypi/sympy).

Installation:

Through the tarball

Extract the archive, on unix systems (Linux, BSD, Mac OS X, Cygwin, etc.) this can be done with the command:

.. code:: bash

tar xzf binpy-*.tar.gz

migrate into the BinPy root directory [ where setup.py exists ] and issue the following command.

.. code:: python

sudo python setup.py install

Via pip

.. code:: bash

sudo pip install --upgrade BinPy

Via the Downloaded source code

Migrate into the BinPy root directory [ Where the setup.py file exists ] and issue the following command:

.. code:: bash

sudo python setup.py install

This will perform a global installation.

For Windows

Double click on the .exe file to install it.

Testing Your installation

To test that BinPy works migrate into BinPy/examples directory and execute any one of the examples to see if everything works smoothly.