Skip to content

Chilipp/psyplot-conda

Repository files navigation

Conda installers for psyplot

No Maintenance Intended

This module is not maintained. Please rather download a miniconda installer and install the packages via:

conda install -c conda-forge psy-maps psyplot-gui psy-reg

or see the psyplot installation instructions.

tests Travis AppVeyor Requirements Status
nightly nightly on Travis
package Github releases

This repository contains the necessary files to create an executable that can be used to install conda and psyplot (including GUI).

Executables can be downloaded from the Releases page, nightly builds for Linux and OSX are available here.

This installer contains all necessary dependencies for psyplot, psyplot-gui, psy-simple, psy-maps and psy-reg plus the conda package for managing virtual environments. These installers have been created using using the conda constructor package and the packages from the conda-forge channel.

Other ways to install psyplot can be found in the psyplot docs.

Download the bash script (file ending on '.sh' for linux) from the Releases page and open a terminal window.

Type:

bash '<path-to-the-downloaded-file.sh>'

and simply follow the instructions.

For more informations on the command line options type

Type:

bash '<Path-to-the-downloaded-file.sh>' --help

It will ask you, whether you want to add a psyplot alias to your .bashrc, such that you can easily start the terminal and type psyplot to start the GUI. You can avoid this by setting NO_PSYPLOT_ALIAS=1. Hence, to install psyplot-conda without any terminal interaction, run:

NO_PSYPLOT_ALIAS=1 bash '<Path-to-the-downloaded-file.sh>' -b -p <target-path>

You can either install it from the terminal using a bash-script (.sh file), or you can install a self-contained app using an installer (.pkg file).

The bash script will install a conda installation in your desired location. Both will create a Psyplot.app (see below).

Download the bash script (file ending on '.sh' for MacOSX) from the Releases page and open a terminal window.

Type:

bash '<path-to-the-downloaded-file.sh>'

and simply follow the instructions.

For more informations on the command line options type

Type:

bash '<Path-to-the-downloaded-file.sh>' --help

By default, the installer asks whether you want to install a Psyplot.app into your Applications directory. You can avoid this be setting NO_PSYPLOT_APP=1.

Furthermore it will ask you, whether you want to add a psyplot alias to your .bash_profile, such that you can easily start the terminal and type psyplot to start the GUI. You can avoid this by setting NO_PSYPLOT_ALIAS=1. Hence, to install psyplot-conda without any terminal interaction, run:

NO_PSYPLOT_APP=1 NO_PSYPLOT_ALIAS=1 bash '<Path-to-the-downloaded-file.sh>' -b -p <target-path>

Just download the .pkg file, double click it and follow the instructions. It will create a Psyplot.app in the specified location.

Just double click the downloaded file and follow the instructions. The installation will create an item in the windows menu (Start -> Programs -> Psyplot) which you can use to open the GUI. Otherwise, open a command window (cmd) and type psyplot.

Copyright (C) 2016-2018 Philipp S. Sommer

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.