Skip to content
Thomas Vergauwen 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.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

Starter guide

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

Clone this wiki locally