-
Notifications
You must be signed in to change notification settings - Fork 11
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
7 changed files
with
108 additions
and
30 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,6 +55,7 @@ language: python | |
|
||
# Python version | ||
python: | ||
- "3.4" | ||
- "3.5" | ||
- "3.6" | ||
|
||
|
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 |
---|---|---|
@@ -1,4 +1,13 @@ | ||
Changes | ||
======= | ||
|
||
Still in alpha, no release yet. | ||
0.0.2 (2017-07-28) | ||
------------------ | ||
|
||
* Added and confirmed CPython 3.4 compatibility | ||
* Added installation instructions to documentation | ||
|
||
0.0.1 (2017-07-28) | ||
------------------ | ||
|
||
* First official (pre-) release of *zugbruecke* |
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
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 |
---|---|---|
@@ -0,0 +1,50 @@ | ||
:github_url: | ||
|
||
.. _installation: | ||
|
||
.. index:: | ||
pair: pip; install | ||
triple: wine; linux; installation | ||
triple: wine; macos; installation | ||
triple: wine; bsd; installation | ||
|
||
Installation | ||
============ | ||
|
||
Getting *Wine* | ||
-------------- | ||
|
||
For using *zugbruecke*, you need to install **Wine** first. Depending on your platform, | ||
there are different ways of doing that. | ||
|
||
* `Installation instructions for various Linux distributions`_ | ||
* `Installation instructions for Mac OS X`_ | ||
* `Installation instructions for FreeBSD`_ | ||
|
||
.. _Installation instructions for various Linux distributions: https://www.winehq.org/download | ||
.. _Installation instructions for Mac OS X: https://wiki.winehq.org/MacOS | ||
.. _Installation instructions for FreeBSD: https://wiki.winehq.org/FreeBSD | ||
|
||
Getting *zugbruecke* | ||
-------------------- | ||
|
||
The latest (more or less) **stable release version** can be installed with *pip*: | ||
|
||
.. code:: bash | ||
pip install zugbruecke | ||
If you are interested in testing the latest work from the **development branch**, you can try it like this: | ||
|
||
.. code:: bash | ||
pip install git+https://github.com/pleiszenburg/zugbruecke.git@develop | ||
Installing *zugbruecke* in development mode | ||
------------------------------------------- | ||
|
||
If you are interested in contributing to *zugbruecke*, you might want to install it in | ||
development mode. You can find the latest instructions on how to do this in the | ||
`CONTRIBUTING file`_ of this project on *Github*. | ||
|
||
.. _`CONTRIBUTING file`: https://github.com/pleiszenburg/zugbruecke/blob/master/CONTRIBUTING.rst |
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