Installing without pipΒΆ

  1. Download and unzip the current pandapower distribution to your local hard drive.

  2. Open a command prompt (e.g. Start–>cmd on Windows) and navigate to the folder that contains the setup.py file with the command cd <folder>

    cd %path_to_pandapower%\pandapower-x.x.x\
    
  3. Install pandapower by running

    python setup.py install
    
alternate Text