Neovim does not have python support

I was attempting to use a program called bracey to automatically update html pages as im writing, see GitHub - turbio/bracey.vim: live edit html, css, and javascript in vim

I was wondering how i can get neovim to use python, i have python 3.9 installed
I use arch, btw

I think you need to install the python provider for neovim:

pip install --upgrade pynvim

More info: Nvim documentation: provider


I use this script to install all the providers for Neovim:

For Arch Linux you just need sudo pacman -S python-pynvim.