Skip to content

Commit 4e91d5e

Browse files
committed
Initial commit
0 parents  commit 4e91d5e

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# COMPAS Framework
2+
3+
The COMPAS framework packages
4+
5+
## Installation
6+
7+
Stable releases can be installed from PyPI.
8+
9+
```bash
10+
pip install compas_framework
11+
```
12+
13+
To install the latest version for development, do:
14+
15+
```bash
16+
git clone https://github.com/compas-dev/compas_framework.git
17+
cd compas_framework
18+
pip install -e ".[dev]"
19+
```
20+
21+
## Documentation
22+
23+
For further "getting started" instructions, a tutorial, examples, and an API reference,
24+
please check out the online documentation here: [COMPAS Framework docs](https://compas-dev.github.io/compas_framework)
25+
26+
## Issue Tracker
27+
28+
If you find a bug or if you have a problem with running the code, please file an issue on the [Issue Tracker](https://github.com/compas-dev/compas_framework/issues).

0 commit comments

Comments
 (0)