-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
36 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,6 +37,22 @@ \subsection{Download and Installation}\label{sec:install} | |
or use the Potassco mailing list: | ||
\href{mailto:[email protected]}{\texttt{[email protected]}}. | ||
|
||
For easily installing potassco software, including up-to-date Python-enabled \clingo\ versions, | ||
we recommand using the \conda~\cite{conda} package management system. | ||
\begin{enumerate} | ||
\item | ||
Install either the light-weight \miniconda\ or the slightly larger \anaconda\ distribution. | ||
The latter just ships additional packages by default, like a graphical frontend to the package manager. | ||
Simply follow the installation instructions on \url{https://conda.io/docs/user-guide/install/index.html} to install either of them. | ||
\item | ||
Then follow \conda's getting started guide on \url{https://conda.io/docs/user-guide/getting-started.html} to learn how to create environments and manage packages. | ||
\item | ||
At this point, \clingo\ can be installed from the potassco channel. | ||
Assuming you are using the command-line interface, this can be done by executing | ||
\code{conda install -c potassco clingo}. | ||
Check \url{https://anaconda.org/potassco} for more packages. | ||
\end{enumerate} | ||
|
||
An alternative way to install the tools is to use a package manager. | ||
Currently, packages and ports are available for Debian, Ubuntu, Arch Linux (AUR), and for MacOS X (via Homebrew or MacPorts). | ||
Note that packages installed this way are not always up to date; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters