Installation
NeoCurl uses Python version 3.11!
Install python3.11
brew install python3.11
Create a venv for python3.11
python3.11 -m venv venv
Specify PYTHON_SYS_EXECUTABLE
export PYTHON_SYS_EXECUTABLE=$(which python3.11)
Install NeoCurl
cargo install [email protected]
Check
ncurl --version
neocurl 2.0.0-alpha.2