Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 732 Bytes

installation.md

File metadata and controls

13 lines (12 loc) · 732 Bytes

To install BinPrism, perform the following steps:

  1. Do one of the following:
    a) Clone the repository by typing the following command into a Git shell:
$ git clone https://github.com/JoeJimFlood/binprism

b) Download the repository as a zip file, and extract it somewhere.

2. Navigate to the directory where the repository was cloned or extracted to, and run the script install_binprism.py. A window will open up asking for the Python directory to install to (the directory that contains the Python installation, not the directory where packages are installed), unless it is specified when the script is run from the command line:

>python install_binprism.py [Python directory]