Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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