Skip to content
Snippets Groups Projects
Commit de2b0966 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Merge branch '4-km3pipe-and-km3io-dependencies-assumed-by-default' into 'master'

Resolve "km3pipe and km3io dependencies assumed by default"

Closes #4

See merge request !2
parents f093d1b7 4763bfd9
No related branches found
No related tags found
1 merge request!2Resolve "km3pipe and km3io dependencies assumed by default"
Pipeline #24135 passed
......@@ -52,9 +52,9 @@ Get a local copy to work on (use the SSH address `git@git...`, not the HTTP one)
git clone git@git.km3net.de:YOUR_USERNAME/{{cookiecutter.project_slug}}
Now you need to add a reference to the original repository, so you can sync your
own fork with the KM3Pipe repository::
own fork with the original repository::
cd km3pipe
cd {{cookiecutter.project_slug}}
git remote add upstream {{cookiecutter.gitlab_repo_path}}
......@@ -76,7 +76,7 @@ using the ``upstream/...`` prefix::
If you want to update for example your **own** ``master`` branch
to contain all the changes on the official ``master`` branch of KM3Pipe,
to contain all the changes on the official ``master`` branch of the original repository,
switch to it first with::
git checkout master
......
......@@ -35,7 +35,6 @@ dependencies:
.PHONY: black
black:
black km3io
black examples
black tests
black doc/conf.py
......@@ -43,7 +42,6 @@ black:
.PHONY: black-check
black-check:
black --check km3io
black --check examples
black --check tests
black --check doc/conf.py
......
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