Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
パッケージをダウンロードしましたが、ドキュメントに示されているように「PYTHONPATH に追加」する必要があります。どうすればいいですか?
それが重要な場合、私はPython用のVisual Studioを使用しています。
Pythonでは、次のことができます:
import sys sys.path.append("yourpath to package")
Python内から。または、「コンピューター」を右クリックしてプロパティを選択した後、Windows で環境変数を設定できます。
また、「pip」でパッケージ化されたPythonで簡単にインストールできます。