質問編集履歴

1

書式の改善

2021/09/14 02:29

投稿

anonymous0101
anonymous0101

スコア5

test CHANGED
File without changes
test CHANGED
@@ -1,3 +1,17 @@
1
1
  git bashでインストールしたパッケージをanacondaで使用したいのですが、どこを設定すればいいのでしょうか?
2
2
 
3
3
  pythonではインストール出来ていることになっているのですが、anacondaでpythonを開くとインストールできていません。
4
+
5
+
6
+
7
+ sentimentjaというpythonのパッケージを
8
+
9
+ 以下のコードで、git bashからインストールしました。
10
+
11
+
12
+
13
+ git clone https://github.com/sugiyamath/sentiment_ja
14
+
15
+ cd sentiment_ja
16
+
17
+ python setup.py install