Skip to content
Snippets Groups Projects
Commit 48e55b6b authored by I. Nüske's avatar I. Nüske
Browse files

DOC: Update pip commands, and remove git link

parent 7bba2509
No related branches found
No related tags found
2 merge requests!128MNT: Added a warning when column metadata is not configured, and a better...,!122Explicit dependencies for testing, documentation, ...
Pipeline #58305 passed
# Getting started
## Download
The recommended way to download is:
```
# Clone the repository:
git clone 'https://gitlab.com/caosdb/caosdb-advanced-user-tools'
```
## Installation
`pip install . --user`
To test with tox:
`pip install tox --user`
To install the advancedtools package, you can run:
`pip install caosadvancedtools`
#### Additional dependencies
To test using tox, you also need to install tox:
`pip install tox`
To install dependencies used by optional functionality, the following pip extras
keywords are defined:
- `test` for testing with pytest
......@@ -23,7 +18,7 @@ keywords are defined:
- `h5` for the h5-crawler
- `all` to install all optional dependencies
These extras can be installed using: `pip install .[KEYWORD] --user`
These extras can be installed using: `pip install .[KEYWORD]`
A current list of the dependencies installed with this program as well as those installed with
the keywords can be found in `setup.py`s `setup_package()` method, in the `metadata` dictionary
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment