Update Setup your computer authored by Antoine Lima's avatar Antoine Lima
...@@ -32,7 +32,7 @@ reload the script: ...@@ -32,7 +32,7 @@ reload the script:
Run the following command to install every tool required to compile and run flair code: Run the following command to install every tool required to compile and run flair code:
```sh ```sh
sudo apt install python-is-python3 git mesa-utils libgl1-mesa-dev build-essential cmake sudo apt install python-is-python3 git mesa-utils libgl1-mesa-dev build-essential cmake file
``` ```
## IDE (Optional) ## IDE (Optional)
... ...
......