This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
portapy/scripts/postinstall.js

13 lines
443 B
JavaScript

// pip install --target=lib numpy six pypng pyplatec
let {execSync} = require('child_process');
let pythonDownloader = require('../util/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'
// });