Skip to content
Snippets Groups Projects
Unverified Commit dd8d56da authored by Daniel's avatar Daniel
Browse files

DOC WIP: getting started

parent 2787993b
No related branches found
No related tags found
No related merge requests found
# Getting started with pycaosdb #
1. Install
2. import
3. enjoy
## Installation ##
### Requirements ###
Pycaosdb needs at least Python 3.6. Additionally, the following packages are required (they will
typically be installed automatically):
- `lxml`
- `PyYaml`
- `PySocks`
### How to install ###
To install pycaosdb locally, use `pip` (called `pip3` on some systems) in the top-level directory:
```sh
pip3 install --user .
```
## - Install - import - enjoy ##
*TODO*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment