petrel-oss-python-sdk2 / petrel-sdk /recompile_cpp_sdk.sh
Weiyun1025's picture
Upload folder using huggingface_hub
2abfccb verified
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/*