1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

plantFEMをWindowsで使う方法

1
Posted at

数値計算ライブラリplantFEMをWindows10で使う方法

1. Windowsの機能の有効または無効 > Linux for Windowsの有効

こちらのリンクをご確認ください。

または

2. 再起動後、Microsoft StoreよりUbuntu 20.04をインストールし、起動

3. 現れた黒い画面に、以下を順に打ち込み、それぞれエンターキーを押す。

apt update
apt upgrade -y
git clone https://github.com/kazulagi/plantfem
cd plantfem
python3 setup.py

4. VScodeをインストール・起動し、左下の接続ボタンをクリックしUbuntu20.04を選択

追記します。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?