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/* | |
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/* | |