14 lines
461 B
JavaScript
14 lines
461 B
JavaScript
// pip install --target=lib numpy six pypng pyplatec
|
|
let {execSync} = require('child_process');
|
|
|
|
let pythonDownloader = require('./Download-Latest-Python/downloadpython.js')
|
|
|
|
|
|
pythonDownloader.download();
|
|
// execSync('"Python/Scripts/pip.exe" install --target=worldengine/lib numpy six pypng pyplatec', {
|
|
// stdio: 'inherit'
|
|
// });
|
|
|
|
// execSync('"Python/Scripts/pip.exe" install --target=worldengine/lib numpy six pypng pyplatec', {
|
|
// stdio: 'inherit'
|
|
// });
|