回答編集履歴

1

Githubに掲載されたインストール手順について追記

2020/11/07 08:17

投稿

BTB
BTB

スコア136

test CHANGED
@@ -6,4 +6,18 @@
6
6
 
7
7
 
8
8
 
9
+ またGithubのReadmeをよく見ると、Githubのリポジトリからインストールする手法が記載されていました。
10
+
11
+ ```bash
12
+
13
+ sudo pip3 install git+https://github.com/Xilinx/BNN-PYNQ.git (on PYNQ v2.3 and later versions, tested up to v2.5)
14
+
15
+ sudo pip3.6 install git+https://github.com/Xilinx/BNN-PYNQ.git (on PYNQ v2.2 and earlier)
16
+
17
+ ```
18
+
19
+ https://github.com/Xilinx/BNN-PYNQ
20
+
21
+
22
+
9
23
  仮想化などを用いてpythonのバージョンを変更して試すのが良いかと思います。