Install AutoBernese
Prerequisites¶
Before installing AutoBernese, you must have the following software installed:
- Bernese GNSS Software version 5.4
- Git for downloading the AutoBernese source code
- The MambaForge Python distribution
Install AutoBernese¶
-
Using git on your system, get the code by cloning the repository to your machine.
-
In the directory of the Git archive use
environment.ymlto install the package dependencies: -
Activate the environment:
-
Using the
abenvironment's Python interpreter, install AutoBernese withpip:
From now on, you will have the AutoBernese command-line tool ab available,
when the ab mamba environment is activated.
Set up login script to activate AutoBernese mamba environment automatically
To automatically activat the AutoBernese mamba environment, whenever you open a
terminal, add the activation command to your login script [~/.bashrc or
similar for your shell]:
Update AutoBernese¶
The package is so far only distributed on GitHub. Updating to a newer version of
AutoBernese means downloading the latest revision from the main branch and 1)
update the environment dependencies in environment.yml and 2) re-install
AutoBernese from the Git archive directory:
-
Go to the repository to your machine.
-
Pull the latest revisions from GitHub:
-
Update the package dependencies:
-
Activate the environment:
-
Using the
abenvironment's Python interpreter, update AutoBernese withpip: