mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-26 15:14:45 +03:00
Merge 99e5e65d68
into fa348257b1
This commit is contained in:
commit
ab363804b7
31
docs/hacking.rst
Normal file
31
docs/hacking.rst
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
===================
|
||||||
|
Hacking on Pillow
|
||||||
|
===================
|
||||||
|
|
||||||
|
Found a bug? Want to submit a feature? This page will help you get
|
||||||
|
started with doing development on Pillow.
|
||||||
|
|
||||||
|
First, get the source::
|
||||||
|
|
||||||
|
$ git clone https://github.com/python-pillow/Pillow.git
|
||||||
|
$ cd Pillow
|
||||||
|
|
||||||
|
Install pre-requisits::
|
||||||
|
|
||||||
|
$ virtualenv env
|
||||||
|
$ . env/bin/activate
|
||||||
|
$ pip install nose
|
||||||
|
|
||||||
|
Build the ``develop`` target::
|
||||||
|
|
||||||
|
$ python setup.py develop
|
||||||
|
|
||||||
|
Check that all the tests pass in your environment::
|
||||||
|
|
||||||
|
$ nosetests -vx Tests/test_*.py
|
||||||
|
|
||||||
|
Assuming all the tests pass successfully you're all set! Go ahead and hack
|
||||||
|
away. When you're ready to submit your work back to the Pillow project,
|
||||||
|
just `fork and submit a pull request
|
||||||
|
<https://help.github.com/articles/using-pull-requests/>`_ as usual. You
|
||||||
|
will probably be asked to submit a new test along with your pull request.
|
|
@ -37,6 +37,7 @@ Pillow is the friendly PIL fork by `Alex Clark and Contributors <https://github.
|
||||||
handbook/index.rst
|
handbook/index.rst
|
||||||
reference/index.rst
|
reference/index.rst
|
||||||
porting.rst
|
porting.rst
|
||||||
|
hacking.rst
|
||||||
about.rst
|
about.rst
|
||||||
releasenotes/index.rst
|
releasenotes/index.rst
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user