فهرست منبع

vagrant: use pyinstaller 4.10

when installed via pip, this automatically build the bootloader now.
Thomas Waldmann 3 سال پیش
والد
کامیت
6b9a66b5fa
1فایلهای تغییر یافته به همراه1 افزوده شده و 4 حذف شده
  1. 1 4
      Vagrantfile

+ 1 - 4
Vagrantfile

@@ -201,10 +201,7 @@ def install_pyinstaller()
     . ~/.bash_profile
     cd /vagrant/borg
     . borg-env/bin/activate
-    git clone https://github.com/thomaswaldmann/pyinstaller.git
-    cd pyinstaller
-    git checkout v4.7-maint
-    python setup.py install
+    pip install 'pyinstaller==4.10'
   EOF
 end