Crownstone has a number of separate python libraries in order to ensure that everyone can keep dependencies minimal and separate development into their natural domains. To facilitate your dependencies ...
From https://docs.python.org/3/tutorial/venv.html: venv will usually install the most recent version of Python that you have available. If you have multiple versions ...
This covers creation of virtual environments and installing packages for use in your own projects. If you are using an IDE other than IDLE, chances are that your IDE has an interface for managing ...