sync notes(auto)

This commit is contained in:
Kaz Saita(raspi5) 2024-06-17 16:45:03 +09:00
parent 89bb2b04ec
commit d7d8ee4e6c

View file

@ -32,6 +32,10 @@ vscodeが起動せず、`cannot run .exe files: exec format error` とかエラ
vscodeが開いたら、
`Python: Create Terminal` コマンドを実行。自動で.venvが選ばれた環境が起動する。
事前に必要なインストールするもの
gfortran
開いたターミナル内で、
`DISPLAY= pip install control slycot matplotlib notebook`
DISPLAY変数を無効にする理由は[[memo/public/20240123120540 wsl2上でpipを実行すると、ものすごく時間がかかる|wsl2上でpipを実行すると、ものすごく時間がかかる]]から。