Skip to content
Snippets Groups Projects
Commit 1c469680 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

Add doc to clone repo

parent c1667c24
No related branches found
No related tags found
1 merge request!2PyPI publish package
Pipeline #21094 passed
...@@ -167,10 +167,16 @@ CATGAATGGTATAAACCGGCGTGCC 680 -0.8043242669169294 CP027060.1 ...@@ -167,10 +167,16 @@ CATGAATGGTATAAACCGGCGTGCC 680 -0.8043242669169294 CP027060.1
## Contributing ## Contributing
### Clone repo
```console
$ git clone https://gitlab.pasteur.fr/dbikard/crisprbact.git
```
### Create a virtualenv ### Create a virtualenv
```console ```console
$ virtualenv -p pyton3.7 .venv $ virtualenv -p python3.7 .venv
$ . .venv/bin/activate $ . .venv/bin/activate
$ pip install poetry $ pip install poetry
``` ```
...@@ -183,18 +189,8 @@ $ poetry install ...@@ -183,18 +189,8 @@ $ poetry install
### Install hooks ### Install hooks
```console In order to run flake8 and black for each commit.
$ pre-commit install
```
<!--
### Change hooks
```console ```console
$ git config --unset-all core.hooksPath
$ pre-commit install $ pre-commit install
$ cp .git/hooks/pre-commit .hooks/pre-commit ```
$ git config core.hooksPath .hooks/
``` -->
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