CC-2104: Use PIP to install python packages
-Done
This commit is contained in:
parent
d745201afe
commit
bd54738c1b
@ -194,7 +194,7 @@ class AirtimeInstall {
|
||||
public static function SetUpPythonEggs()
|
||||
{
|
||||
//install poster streaming upload
|
||||
$command = "sudo easy_install poster";
|
||||
$command = "pip install poster";
|
||||
@exec($command);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user