summaryrefslogtreecommitdiff
path: root/src/gui/panels/welcome-hints.txt
blob: a35ea6474002a0a45cf5e111e53c79c8293b61d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Chrysalide's GUI offers launchers at startup in order to run main activities quickly.

Once an activity is selected, options get displayed and allow some tunning before starting new processes.

Such options are usually saved between runs.


There is no need to install Chrysalide on your system if you only want to give it a try.

Just compile the source code and run the program from there.


Chrysalide can be used in external Python scripts by setting PYTHONPATH to the directory containing the 'pychrysalide.so' file. For instance:

  cd plugins/pychrysa/.libs/
  export PYTHONPATH=$PWD

Then run the interpreter suitable to your configuration (debug or release):

  python3-dbg -c 'import pychrysalide ; print(pychrysalide.mod_version())'


All the configuration files for Chrysalide are located in $HOME/.config/chrysalide/.