Skip to content

Commit a837047

Browse files
committed
Update readme
1 parent d13d62e commit a837047

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,7 @@ To run this project in your development machine, follow these steps:
5252

5353
1. (optional) Create and activate a [virtualenv](https://virtualenv.pypa.io/) (you may want to use [virtualenvwrapper](http://virtualenvwrapper.readthedocs.org/)).
5454

55-
2. Ensure that the executable `pg_config` is available on your machine. You can check this using `which pg_config`. If not, install the dependency with one of the following.
56-
- macOS: `brew install postgresql` using [Homebrew](https://brew.sh/)
57-
- Ubuntu: `sudo apt-get install libpq-dev`
58-
- [Others](https://stackoverflow.com/a/12037133/8122577)
55+
2. Ensure that the executable `pg_config` is available on your machine. You can check this using `which pg_config`. Otherwise, sqlite will be used.
5956

6057
3. Fork this repo and clone your fork:
6158

@@ -120,8 +117,8 @@ Templates give you full control of each component of your application.
120117
Sometimes your application is simple enough and you don't want to bother with templates. In that case, you can let OpenShift inspect your source code and create the required components automatically for you:
121118

122119
```bash
123-
$ oc new-app centos/python-35-centos7~https://github.com/sclorg/django-ex
124-
imageStreams/python-35-centos7
120+
$ oc new-app centos/python-36-centos7~https://github.com/sclorg/django-ex
121+
imageStreams/python-36-centos7
125122
imageStreams/django-ex
126123
buildConfigs/django-ex
127124
deploymentConfigs/django-ex

0 commit comments

Comments
 (0)