Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 13 additions & 6 deletions 19 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,24 @@ This module has a few mandatory requirements:
might work).

### Installation
You can install the module either by importing it `(import
(github.com/gambit/python))` or directly through gsi:
You can install and compile the program at the command-line as such:

``` sh
gsi -install github.com/gambit/python
gsc github.com/gambit/python
```

Gambit will download and compile the code. During compilation, the module will
perform an automatic discovery of the installed CPython executable. Various C
compiler options will be determined by introspection. This module will create a
`virtualenv` to manage its packages.
or you can download and compile the module lazily by importing it from within
`gsi` or any program compiled with the C backend:

``` scheme
(import (github.com/gambit/python))
```

In both cases, Gambit will download and compile the code. During compilation,
the module will perform an automatic discovery of the installed CPython
executable. Various C compiler options will be determined by introspection. This
module will create a `virtualenv` to manage its packages.

Users can configure the compilation with environment variables:

Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.