mirror of
https://github.com/fmtlib/fmt.git
synced 2025-12-14 09:39:08 +01:00
Improve documentation build
This commit is contained in:
@@ -20,7 +20,7 @@ def pip_install(package, commit=None, **kwargs):
|
||||
pass
|
||||
if commit:
|
||||
package = 'git+git://github.com/{0}.git@{1}'.format(package, commit)
|
||||
print('Installing {}'.format(package))
|
||||
print('Installing {0}'.format(package))
|
||||
check_call(['pip', 'install', package])
|
||||
|
||||
def create_build_env(dirname='virtualenv'):
|
||||
|
||||
Reference in New Issue
Block a user