File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ build /
2+ civet.egg-info /
3+ dist /
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Instructions for installing civet locally
1414
1515### Install civet
1616
17- 1 . `` git clone https://github.com/COG-UK /civet.git `` and `` cd civet ``
17+ 1 . `` git clone https://github.com/artic-network /civet.git `` and `` cd civet ``
18182 . `` conda env create -f environment.yml ``
19193 . `` conda activate civet ``
20204 . `` python setup.py install ``
@@ -52,4 +52,4 @@ updates the conda environment
5252- Try `` pip uninstall civet `` and then re-install with ` python setup.py install `
5353
5454
55- ### [ Next: Input options] ( ./input_options.md )
55+ ### [ Next: Input options] ( ./input_options.md )
Original file line number Diff line number Diff line change @@ -46,7 +46,8 @@ def run(self):
4646 "grip>=4.5.2" ,
4747 "tabulate>=0.8.7" ,
4848 "snipit>=1.0.3" ,
49- "traitlets>=5.0"
49+ "traitlets>=5.0" ,
50+ "jupyter-client<7.0"
5051 ],
5152 cmdclass = {
5253 'npm_install' : NPMInstall
You can’t perform that action at this time.
0 commit comments