GUI for ABCI program
Project description
Description
GUI for Azimuthal Beam Cavity Interaction (ABCI) program. ABCI binaries could be obtained from http://abci.kek.jp/abci.htm.
Installation
Get python and pip
Download and install python and pip.
You may use a package manager for this. For example, in Debian installation command looks like this:
sudo apt-get install python3 python3-pip
If you don't have a package manager, download installer from the python web site.
Install pytopplot
From the terminal issue the command
pip3 install pytopplot
for system-wide installation, or
pip3 install --user pytopplot
for the local installation.
Download ABCI binary
Download ABCI binary form the ABCI web site.
Run
In order to run the program, from the terminal issue the command
pytopplot
If it's not found, you have modify the PATH
environment variable to include the python scripts folder or supply the full path to the program.
When program starts, in Settings tab choose the location of the ABCI binary.
Other
Update pytopplot
To update program, from the terminal issue the command
pip3 install --upgrade pytopplot
for system-wide installation, or
pip3 install --upgrade --user pytopplot
for the local installation.
Issue submission
In case of a problem with the program, create an issue in the issue tracker.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.