Skip to content
IanHellebosch edited this page Mar 21, 2023 · 5 revisions

Welcome to the vlinder_toolkit wiki!

bla bla bla

How to use and install the toolkit?

Windows

To install the package on a windows computer, it is best to install and use Anaconda. In Anaconda you can create a new environment with a name at your choice (for example Toolkit) where the toolkit will be installed. When this is done, open anaconda prompt on your computer. Make sure the Python version on your computer is not older than 3.9 and install an IDE for python (for example spyder). In the anaconda prompt, install the toolkit package by:

pip3 install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple vlinder_toolkit --upgrade

In the anaconda prompt, type: conda activate Toolkit

By typing spyder, spyder opens in the right environment (can be checked in the bottom right corner).

Starter guide

Use the navigation bar at the right to read more about the subjects and how to use them

Clone this wiki locally