This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
2018-10-30 17:59:40 -04:00
|
|
|
// pip install --target=lib numpy six pypng pyplatec
|
|
|
|
|
let {execSync} = require('child_process');
|
|
|
|
|
|
2018-11-20 18:39:29 -05:00
|
|
|
let pythonDownloader = require('../util/downloadpython.js')
|
2018-10-30 18:31:40 -04:00
|
|
|
|
2018-10-30 19:54:49 -04:00
|
|
|
pythonDownloader.download();
|
2018-10-30 18:31:40 -04:00
|
|
|
// execSync('"Python/Scripts/pip.exe" install --target=worldengine/lib numpy six pypng pyplatec', {
|
|
|
|
|
// stdio: 'inherit'
|
|
|
|
|
// });
|
2018-10-30 17:59:40 -04:00
|
|
|
|
|
|
|
|
// execSync('"Python/Scripts/pip.exe" install --target=worldengine/lib numpy six pypng pyplatec', {
|
|
|
|
|
// stdio: 'inherit'
|
|
|
|
|
// });
|