Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
elixir
metadata-tools
Commits
3c90cca4
Commit
3c90cca4
authored
Apr 23, 2021
by
Vilem Ded
Browse files
add json-schemas submodule
parent
eab448ba
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitmodules
0 → 100644
View file @
3c90cca4
[submodule "metadata_tools/resources/json-schemas"]
path = metadata_tools/resources/json-schemas
url = git@github.com:elixir-luxembourg/json-schemas.git
README.md
View file @
3c90cca4
# Elixir LU metadata utilities
## Clone the repository
Do not forget to also
**clone the submodules!**
```
bash
git clone <repository-url>
git submodule update
--init
```
## Development environment setup
Create virtual environment:
```
bash
mkdir
project_venv
python3
-m
venv project_venv
source
./project_venv/bin/activate
```
Install dependencies (single brackets are required if you are using
`zsh`
):
```
bash
pip
install
-e
'.[dev]'
```
## Testing
Run tests with:
```
bash
python setup.py
test
```
## Current Version
**v0.2.0-dev**
json-schemas
@
07c16e53
Subproject commit 07c16e53bd41d9ba1bf969cdf091decda8b0522b
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment