Stone-Soup icon indicating copy to clipboard operation
Stone-Soup copied to clipboard

Add instruction for installing StoneSoup using zsh

Open DomonkosCs opened this issue 2 years ago • 2 comments

I've recently tried to install StoneSoup using the provided python -m pip install -e .[dev] command, and it didn't work. I've found out, that when using zsh, the location and the extra have to be enclosed by quotation marks. For the sake of other zsh users, I think a quick instruction could be given in the docs.

DomonkosCs avatar Aug 17 '22 14:08 DomonkosCs

Codecov Report

Merging #697 (542e718) into main (24fd8de) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #697   +/-   ##
=======================================
  Coverage   94.59%   94.59%           
=======================================
  Files         171      171           
  Lines        8619     8619           
  Branches     1666     1666           
=======================================
  Hits         8153     8153           
  Misses        341      341           
  Partials      125      125           
Flag Coverage Δ
integration 69.26% <ø> (+0.02%) :arrow_up:
unittests 92.13% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov[bot] avatar Aug 17 '22 14:08 codecov[bot]

Thanks @DomonkosCs. I think to keep things simple, we could just have the quotations marks adding to the original command, as that'll then make that one command compatible with all.

sdhiscocks avatar Aug 18 '22 15:08 sdhiscocks

Ok, good idea!

DomonkosCs avatar Aug 23 '22 18:08 DomonkosCs