Differences between revisions 1 and 23 (spanning 22 versions)
Revision 1 as of 2011-07-28 14:53:24
Size: 220
Editor: mark
Comment:
Revision 23 as of 2022-04-27 15:49:14
Size: 1775
Editor: mark
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Instalation == ## page was renamed from ScrumPy/InstallNotes
= Installing ScrumPy =
== Prerequisites ==
=== Operating Systems ===
The current version of !ScrumPy can be installed on Debian (>=9), Ubuntu (>=1804) For installation on other Unix-like systems see [[ScrumPy/InstallConf|these notes]].
Line 3: Line 7:
Down load the tarball and unpack: === Windows ===
!ScrumPy has been reported to work using windows subsystem for linux (WSL).
Line 5: Line 10:
{{{$ tar zxf ScrumPy.tgz}}} === Mac ===
Not currently supported
Line 7: Line 13:
=== Python ===
!ScrumPy requires Python 3, Python 2 is not supported.
Line 8: Line 16:
Now cd into the freshly created directory and check the {{{install_conf.py}}} file. Then (as root) == Installation ==
Download the current [[http://mudsharkstatic.brookes.ac.uk/Download/ScrumPy.tgz|tarball]], unpack it and cd into the newly created ScrumPy. Then, as root, execute the install.py script. This will install a number of prerequisite packages which may take some time depending on what is already installed. A number of extension C libraries will also be compiled that may take a little time and generate a fair ammount of verbiage on the terminal. As long as the last line looks something like:
Line 10: Line 19:
{{{# python install.py}}} {{{ Makefails = [] }}} this output can safely be ignored.

!ScrumPy will now be installed in

{{{ /usr/local/lib/python3/dist-packages/ScrumPy}}}, and a start script installed in

{{{/usr/local/bin/ScrumPy}}}

!ScrumPy can now be started by simply typing !ScrumPy3 at the command line. A few diagnostic messages will appear in the terminal, but these are for information only (see note on SBML below) and not errors.

Further documentation continues [[ScrumPy/Doc/ModEnv#RunSpy|here]].

== SBML support. ==
!ScrumPy uses libsbml to to read/write sbml format file. If libsbml is present in your distributions repository it will be installed automatically, otherwise libsbml will need to be installed manually from source (with the python option).

Installing ScrumPy

Prerequisites

Operating Systems

The current version of ScrumPy can be installed on Debian (>=9), Ubuntu (>=1804) For installation on other Unix-like systems see these notes.

Windows

ScrumPy has been reported to work using windows subsystem for linux (WSL).

Mac

Not currently supported

Python

ScrumPy requires Python 3, Python 2 is not supported.

Installation

Download the current tarball, unpack it and cd into the newly created ScrumPy. Then, as root, execute the install.py script. This will install a number of prerequisite packages which may take some time depending on what is already installed. A number of extension C libraries will also be compiled that may take a little time and generate a fair ammount of verbiage on the terminal. As long as the last line looks something like:

 Makefails = []  this output can safely be ignored.

ScrumPy will now be installed in

 /usr/local/lib/python3/dist-packages/ScrumPy, and a start script installed in

/usr/local/bin/ScrumPy

ScrumPy can now be started by simply typing ScrumPy3 at the command line. A few diagnostic messages will appear in the terminal, but these are for information only (see note on SBML below) and not errors.

Further documentation continues here.

SBML support.

ScrumPy uses libsbml to to read/write sbml format file. If libsbml is present in your distributions repository it will be installed automatically, otherwise libsbml will need to be installed manually from source (with the python option).

None: ScrumPy/Installation (last edited 2022-04-29 12:58:21 by mark)