File size: 152 Bytes
2abfccb |
1 2 3 4 5 6 7 |
cd petrel-oss-cpp-sdk
python setup.py build_ext --inplace
cd ../petrel-oss-python-sdk
python linkcpp.py
python setup.py sdist
pip install --user dist/*
|
2abfccb |
1 2 3 4 5 6 7 |
cd petrel-oss-cpp-sdk
python setup.py build_ext --inplace
cd ../petrel-oss-python-sdk
python linkcpp.py
python setup.py sdist
pip install --user dist/*
|