-
-
Notifications
You must be signed in to change notification settings - Fork 430
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #378 from jonasrauber/rc
2.0.0rc0
- Loading branch information
Showing
4 changed files
with
32 additions
and
21 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
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 |
---|---|---|
|
@@ -15,6 +15,17 @@ You can install the latest stable release of Foolbox from PyPI using `pip`: | |
Make sure that `pip` installs packages for Python 3, otherwise you might need to use `pip3` instead of `pip`. | ||
|
||
Pre-release versions | ||
==================== | ||
|
||
You can install the latest stable release of Foolbox from PyPI using `pip`: | ||
|
||
.. code-block:: bash | ||
pip install foolbox --pre | ||
Make sure that `pip` installs packages for Python 3, otherwise you might need to use `pip3` instead of `pip`. | ||
|
||
Development version | ||
=================== | ||
|
||
|
@@ -43,8 +54,8 @@ You can than add it as a remote: | |
|
||
.. code-block:: bash | ||
git remote rename origin upstream | ||
git remote add origin https://github.com/<your-github-name>/foolbox.git | ||
git remote add fork [email protected]/<your-github-name>/foolbox.git | ||
You can now commit your changes, push them to your fork and create a pull-request to | ||
contribute them to Foolbox. | ||
contribute them to Foolbox. See :ref:`development` for more information on the | ||
necessary tools and conventions. |
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 +1 @@ | ||
2.0.0b0 | ||
2.0.0rc0 |