Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cpignedoli authored Jan 29, 2025
1 parent 14041cb commit ebb971d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ Once this is set, open PowerShell as an administrator and run the following comm
wsl --set-default-version 2
wsl --install -d ubuntu
```
After this is completed, please open the Ubuntu WSL terminal from the start menu and execute:
After this is completed, please open the Ubuntu terminal from the start menu and execute:
```bash
sudo apt update && sudo apt install python3-pip
sudo apt update && sudo apt install pipx
```


Expand All @@ -57,7 +57,7 @@ sudo apt update && sudo apt install python3-pip
To install aiidalab-launch, please run the following command in your terminal:

```bash
pip install aiidalab-launch
pipx install aiidalab-launch
```


Expand Down

0 comments on commit ebb971d

Please sign in to comment.