Skip to content

Commit cdf6652

Browse files
committed
update readme
1 parent c1ea827 commit cdf6652

File tree

1 file changed

+22
-7
lines changed

1 file changed

+22
-7
lines changed

README.md

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,26 @@ the Open Geospatial Consortium. PyWPS is written in Python.
1111

1212
[![Join the chat at https://gitter.im/geopython/pywps](https://badges.gitter.im/geopython/pywps.svg)](https://gitter.im/geopython/pywps?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
1313

14-
# License
14+
## License
1515

1616
As of PyWPS 4.0.0, PyWPS is released under an
1717
[MIT](https://en.wikipedia.org/wiki/MIT_License) license
1818
(see [LICENSE.txt](LICENSE.txt)).
1919

20-
# Dependencies
20+
## Dependencies
2121

2222
See [requirements.txt](requirements.txt) file
2323

24-
# Run tests
24+
## Install
25+
26+
Install it from GitHub:
27+
```bash
28+
$ git clone https://github.com/geopython/pywps.git
29+
$ cd pywps/
30+
$ pip install .
31+
```
32+
33+
## Run tests
2534

2635
```bash
2736
pip install -r requirements-dev.txt
@@ -32,9 +41,13 @@ python -m coverage run --source=pywps -m unittest tests
3241
python -m coverage report -m
3342
```
3443

35-
# Run web application
44+
## Quick Guide with Conda
3645

37-
## Example service
46+
Using git
47+
48+
## Run web application
49+
50+
### Example service
3851

3952
Clone the example service after having installed PyWPS:
4053

@@ -44,7 +57,9 @@ cd pywps-flask
4457
python demo.py
4558
```
4659

47-
## Apache configuration
60+
Access example service: http://localhost:5000
61+
62+
### Apache configuration
4863

4964
1. Enable WSGI extension
5065

@@ -92,7 +107,7 @@ python demo.py
92107
```
93108
94109
95-
# Issues
110+
## Issues
96111
97112
On Windows PyWPS does not support multiprocessing which is used when making
98113
requests storing the response document and updating the status to displaying

0 commit comments

Comments
 (0)