You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we use nix to manage python packages, but a more standard approach supported better by IDEs is to use python virtual environments. In my opinion, nix adds quite a bit of complexity (and flexibility) that we don't really need in the mongoose. Therefore I'd like to propose to use a less flexible but more simple tool for managing python packages: virtual environments.
The text was updated successfully, but these errors were encountered:
Sweet, then I have a PR that implements a venv: #63. The installation instructions are quite a bit longer now, because the developer is responsible for installing the correct version of python.
Currently, we use nix to manage python packages, but a more standard approach supported better by IDEs is to use python virtual environments. In my opinion, nix adds quite a bit of complexity (and flexibility) that we don't really need in the mongoose. Therefore I'd like to propose to use a less flexible but more simple tool for managing python packages: virtual environments.
The text was updated successfully, but these errors were encountered: