yanla@Darkside MINGW64 ~/amaranth $ pdm install All packages are synced to date, nothing to do. Installing the project as an editable package... ✔ Update amaranth 0.0.0+editable -> 0.0.0+editable successful 🎉 All complete! yanla@Darkside MINGW64 ~/amaranth $ cd /tmp yanla@Darkside MINGW64 /tmp $ python3 Python 3.11.6 (main, Oct 3 2023, 09:12:56) [GCC 13.2.0 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import amaranth Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'amaranth' >>>