Skip to content

Commit b94080b

Browse files
committed
DOC: Add notes about pip and h5py
[ci skip]
1 parent 861cb79 commit b94080b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Qiita changelog
22

3-
Version 0.1.0 (2015-04-29)
3+
Version 0.1.0 (2015-04-30)
44
--------------------------
55

66
Initial alpha release.

INSTALL.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,12 @@ If running on OS X you should make sure that the Xcode and the Xcode command lin
104104
### postgres
105105

106106
If you are using Postgres.app on OSX, a database user will be created with your system username. If you want to use this user account, change the `USER` and `ADMIN_USER` settings to your username under the `[postgres]` section of your Qiita config file.
107+
108+
## Troubleshooting installation issues with Python
109+
110+
As a general rule of thumb you will want to have an updated version of Python
111+
2.7 and an updated version of pip (`pip install -U pip` will do the trick).
112+
113+
H5PY is known to cause a few problems, however their [installation
114+
instructions](http://docs.h5py.org/en/latest/build.html) are a great resource
115+
to troubleshoot your system in case any of the steps above fail.

0 commit comments

Comments
 (0)