User Tools

Site Tools


parseltongue:parseltongue

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
parseltongue:parseltongue [2021/01/11 14:37] – [Get ParselTongue] kettenisparseltongue:parseltongue [2024/10/15 15:36] (current) – [Get ParselTongue] kettenis
Line 9: Line 9:
 ===== Get ParselTongue ===== ===== Get ParselTongue =====
  
-Grab the latest official ParselTongue release (version 3.0) [[http://www.jive.nl/parseltongue/releases/parseltongue-3.0.tar.gz|here!]]+Grab the latest official ParselTongue release (version 3.0.1) [[http://www.jive.nl/parseltongue/releases/parseltongue-3.0.1.tar.gz|here!]]
 This release now supports Python 3. This release now supports Python 3.
  
Line 22: Line 22:
 Installation instructions can be found in the Codex (see below).  It does contain installation instructions for installing on Mac OS X using Fink or MacPorts as well as various popular Linux distributions.  However, for Mac OS X users we now recommend using [[http://brew.sh|Homebrew]].  With Homebrew, installing ParselTongue becomes really easy: Installation instructions can be found in the Codex (see below).  It does contain installation instructions for installing on Mac OS X using Fink or MacPorts as well as various popular Linux distributions.  However, for Mac OS X users we now recommend using [[http://brew.sh|Homebrew]].  With Homebrew, installing ParselTongue becomes really easy:
  
-  brew install http://www.jive.nl/parseltongue/releases/python3-obit.rb +  curl -LO http://www.jive.nl/parseltongue/releases/python3-obit.rb 
-  brew install http://www.jive.nl/parseltongue/releases/python3-parseltongue.rb+  curl -LO http://www.jive.nl/parseltongue/releases/python3-parseltongue.rb 
 +  brew install python3-obit.rb 
 +  brew install python3-parseltongue.rb
      
 This will automatically install all the packages needed to build Obit and ParselTongue.  This method works also This will automatically install all the packages needed to build Obit and ParselTongue.  This method works also
Line 35: Line 37:
  
 This will automatically install all dependencies (including Obit).  In principle packages for all currently supported versions of Ubuntu should be available. This will automatically install all dependencies (including Obit).  In principle packages for all currently supported versions of Ubuntu should be available.
- 
-Obit packages are available for most major Linux distrubutions on the openSUSE build service.  For example, to install packages for Fedora 31 you can run the following command: 
- 
-  dnf install https://download.opensuse.org/repositories/home:/kettenis/Fedora_31/x86_64/python3-obit-27JUL20-18.1.x86_64.rpm 
-   
-And for OpenSUSE 15.2 you can run: 
- 
-  zypper install https://download.opensuse.org/repositories/home:/kettenis/openSUSE_Leap_15.2/x86_64/python3-obit-27JUL20-lp152.18.1.x86_64.rpm 
- 
-This will automatically install all dependencies.  After installation of Obit, you can build ParselTongue by following the installation instructions in the codex, running the configure script as: 
- 
-  ./configure --with-obit=/usr/lib64/obit --prefix=... 
-   
-For an overview of the Linux distribution for which Obit packages have been built can be found at [[https://build.opensuse.org/package/show/home:kettenis/python3-obit]].  If packages for your favourite Linux distribution are not available, please send a message to Mark Kettenis <kettenis@jive.eu>. 
- 
-Another way to install ParselTongue is by using [[http://www.anaconda.com|Anaconda]].  To install Obit and ParselTongue in your default Anaconda environment you can simply run 
- 
-  conda install -c kettenis parseltongue  
  
 ===== Codex ParselTongue ===== ===== Codex ParselTongue =====
parseltongue/parseltongue.1610375841.txt.gz · Last modified: 2021/01/11 14:37 by kettenis