The ./run method described in the platform-specific instructions is a shortcut for starting Anki directly from the build folder. For regular study, it’s recommended you build Python wheels and then install them into your own python venv.
…
The generated wheels are in out/wheels. You can then install them by copying the paths into a pip install command. Follow the steps on the beta site, but …
Can I use uv to create and manage this python environment instead of pip? In either case, how to launch this version of Anki? Will I have to go to the terminal every time to launch it?
Can I selectively replace some files of my official Anki install so that it functions like the one created by pip in the above step?
Is there any other method that the regular Anki devs utilize to use their own dev builds for normal study?