We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bd71d3 commit ae418c0Copy full SHA for ae418c0
brainpy/check.py
@@ -51,15 +51,15 @@
51
52
if brainpylib.__version__ < _BRAINPYLIB_MINIMAL_VERSION:
53
raise PackageMissingError(
54
- f'brainpy need "brainpylib>={_BRAINPYLIB_MINIMAL_VERSION}". \n'
+ f'\nbrainpy need "brainpylib>={_BRAINPYLIB_MINIMAL_VERSION}". \n'
55
f'Please install it through:\n\n'
56
f'>>> pip install brainpylib -U'
57
)
58
59
del brainpylib
60
except ModuleNotFoundError:
61
62
63
f'Please install "brainpylib>={_BRAINPYLIB_MINIMAL_VERSION}" through:\n\n'
64
f'>>> pip install brainpylib'
65
0 commit comments