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 b73a2db commit e29b844Copy full SHA for e29b844
setup.py
@@ -91,7 +91,8 @@ def git_install_forutils():
91
92
if not fpath:
93
raise Exception('Install forutils from https://github.com/cmbant/forutils, '
94
- 'pull the submodule, or set FORUTILSPATH variable')
+ 'pull the forutils submodule, or set FORUTILSPATH variable.\n'
95
+ 'If you are cloning with git, use "git clone --recursive"')
96
return fpath
97
98
0 commit comments