You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
While creating a beta competition example snippet we (mostly Martijn) noticed some small typo's / things that could be updated in the snippet:
in the readme:
So build and see the docs see the [docs README](docs/README.md).: So --> To
Copyright 2018 QuTech (TUDelft and TNO): 2018 --> 2020
in the docs/readme:
which makes use of the command open. If you're on Linux and open does not work you can add alias open='xdg-open to you rc-file.: missing an ' after 'xdg-open
in requirements.txt:
it would be good to add pip>=19.0, since we tested with a VirtualEnv which defaults with pip v9 which does not work with NetSquid
in cookiecutter.json:
the default NetSquid requirement is ">=0.8.0,<0.9.0", with the beta release we coud (or should) update this to ">=0.9.0,<1.0.0". In the example snippet I need netsquid>=0.9.1
The text was updated successfully, but these errors were encountered:
While creating a beta competition example snippet we (mostly Martijn) noticed some small typo's / things that could be updated in the snippet:
in the readme:
So build and see the docs see the [docs README](docs/README.md).
: So --> ToCopyright 2018 QuTech (TUDelft and TNO)
: 2018 --> 2020in the docs/readme:
open
. If you're on Linux andopen
does not work you can addalias open='xdg-open
to you rc-file.: missing an'
after'xdg-open
in requirements.txt:
pip>=19.0
, since we tested with a VirtualEnv which defaults with pip v9 which does not work with NetSquidin cookiecutter.json:
netsquid>=0.9.1
The text was updated successfully, but these errors were encountered: