-
Notifications
You must be signed in to change notification settings - Fork 82
Home
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 variablePATH
):
>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
.
- Getting started
-
Modeling and simulation guide
- Modelica guidelines
- How to Modelica
- Important tools around AixLib
- Move from HeatPump to ModularReversible
-
Contribution guide
- Git Workflow
- Structure of Repository
- Behind the Scenes
- Contribute to AixLib
- Testing and model quality management
- Requirements
- Test Management
- Continuous Integration