mirror of
https://github.com/fastogt/pyfastogt
synced 2025-02-12 13:11:54 +00:00
Upgrade pip
This commit is contained in:
parent
77b7fab955
commit
2d513ff919
1 changed files with 4 additions and 0 deletions
|
@ -165,6 +165,10 @@ class BuildRequest(object):
|
|||
def prefix_path(self):
|
||||
return self.prefix_path_
|
||||
|
||||
def upgrade_pip(self):
|
||||
pip3_upgrade = ['pip3', 'install', '-U', 'pip']
|
||||
subprocess.call(pip3_upgrade)
|
||||
|
||||
def build_snappy(self):
|
||||
self._clone_and_build_via_cmake(generate_fastogt_github_path('snappy'),
|
||||
['-DBUILD_SHARED_LIBS=OFF', '-DSNAPPY_BUILD_TESTS=OFF'])
|
||||
|
|
Loading…
Reference in a new issue