Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 633 Bytes

installing_windows_python.adoc

File metadata and controls

32 lines (28 loc) · 633 Bytes

../_config.adoc = Installing OSI for Python on Windows

Prerequisites
  • You have installed everything described in [top-installing-osi-prerequisits].

  • You have installed Python with administrator rights.

  • Make sure Python is added to PATH.

Steps
  1. Open a terminal.

  2. Clone the Open Simulation repository.

    git clone https://github.com/OpenSimulationInterface/open-simulation-interface.git
  3. Switch to the repository directory.

    cd open-simulation-interface
  4. Run the setup script.

    python setup.py install