CC-2104: Use PIP to install python packages
-Done
This commit is contained in:
parent
d745201afe
commit
bd54738c1b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue