Installation#
Tip
It is recommended to install VueCore inside a virtual environment to manage depenendencies and avoid conflicts with existing packages. You can use the virtual environment manager of your choice, such as poetry
, conda
, or pipenv
.
Pip#
VueCore is available on PyPI and can be installed using pip:
pip install vuecore
You can also install the package for development by cloning this repository and running the following command:
Warning
We assume you are in the root directory of the cloned repository when running this command. Otherwise, you need to specify the path to the vuecore
directory.
pip install -e .