-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Welcome to the vlinder_toolkit wiki!
bla bla bla
Windows
To install the package on a windows computer, it is best to install and use Anaconda.Navigator. In Anaconda you can create a new environment with a name at your choice (<env_name>
) with python (>= 3.9) where the toolkit will be installed. (Install your preferred Python IDE).
Open Anaconda prompt (in your programs), activate your environment:
conda activate Toolkit
Download and install the package:
pip3 install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple vlinder_toolkit --upgrade
Open your python IDE from within the environment.
To start using the toolkit, start your python script by import vlinder_toolkit
Use the navigation bar at the right to read more about the subjects and how to use them