Skip to content
Philipp Mehrfeld edited this page Apr 15, 2016 · 11 revisions

Welcome to the AixLib Wiki!

The Wiki is divided into three main parts:

Page About
Basics What to know when starting to work with AixLib
Git Workflow How to manage working with Git and AixLib
Modelica Guidelines What to consider when developing new or improving existing models

###Hackday Here go the notes for our hackday

  • pme: add in requirenments or/and unit test section that you need to import pip package. So if you run everything from Windows cmd (requirenment that the python path is included in environment variable PATH):

>python

>>> import pip

>>> quit()

>python -m pip install -e <path-to-setups>

Sorry, this is probably clear to anyone who uses python frequently. But just pip <command> directly in cmd does not work for me. I have to use the prefix python -m.

Clone this wiki locally