回答編集履歴

1

コマンドの引用を追記しました。

2016/07/15 09:55

投稿

argius
argius

スコア9388

test CHANGED
@@ -49,3 +49,27 @@
49
49
  wxPython(Phoenix)を pip でインストール | emptypage.jp blog
50
50
 
51
51
  [https://blog.emptypage.jp/archives/298](https://blog.emptypage.jp/archives/298)
52
+
53
+
54
+
55
+ ---
56
+
57
+
58
+
59
+ 追記:
60
+
61
+
62
+
63
+ Windowsでも、下記のコマンドでできるはずです。
64
+
65
+ (Windows7+Anaconda4.0.0 64bit 環境でconda create Python3.5.2を作って確認)
66
+
67
+
68
+
69
+ ```
70
+
71
+ pip install --user --pre --trusted-host wxpython.org -f http://wxpython.org/Phoenix/snapshot-builds/ wxpython-phoenix
72
+
73
+ ```
74
+
75
+