Skip to content
Snippets Groups Projects
Commit e106b676 authored by Ronald Jäpel's avatar Ronald Jäpel
Browse files

update README.md

parent cb13f121
No related branches found
No related tags found
No related merge requests found
...@@ -10,13 +10,13 @@ CADET-RDM can be installed using ...@@ -10,13 +10,13 @@ CADET-RDM can be installed using
Create a new project repository or convert an existing repository into a CADET-RDM repo: Create a new project repository or convert an existing repository into a CADET-RDM repo:
```bash ```bash
cadet-rdm initialize-repo <path-to-repo> <output-folder-name> cadet-rdm initialize-repo <path-to-repo>
``` ```
or from python or from python
```python ```python
from cadetrdm import initialize_repo from cadetrdm import initialize_repo
initialize_repo(path_to_repo, output_folder_name) initialize_repo(path_to_repo)
``` ```
The `output_folder_name` can be given optionally. It defaults to `output`. The `output_folder_name` can be given optionally. It defaults to `output`.
......
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