Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Once in execution this command will create a process waiting for notifications. Users can terminate the application by typing CTRL+C .
Note, the configuration file is only read at start time, therefore every time users make changes to it they need to restart the listening process.

5. Activate base conda environment. Aviso is part of it.

Code Block
languagebash
themeDJango
conda activate

...

Launch the aviso application

Code Block
languagebash
themeDJango
aviso listen

Once in execution this command will create a process waiting for notifications. Users can terminate the application by typing CTRL+C .

Note, the configuration file is only read at start time, therefore every time users make changes to it they need to restart the listening process.



...

Upgrading pre-existent installation

To upgrade Aviso to a newer version once it is available run the following command:

...