install¶
github setup, it depends rust and might need this:¶
((64c9b153-f65d-4260-abe8-0b04a23afdb3))¶
cargo install --locked maturin
well seems this need to install separately for windows¶
#+BEGINSRC shell¶
pacman -S mingw-w64-clang-x8664-python-installer mingw-w64-clang-x8664-python-wheel \ mingw-w64-clang-x8664-python-setuptools-rust mingw-w64-clang-x8664-python-build
python -m venv –system-site-packages venv3
pip install "fastapi[all]"
¶
* *