Fixed README
This commit is contained in:
parent
5729caad45
commit
819c4a3c70
|
@ -5,12 +5,17 @@ Ursina-Template is an Ursina Game Engine Template project to get started more ea
|
||||||
<b>Still Work in progress! Use at own risk!</b>
|
<b>Still Work in progress! Use at own risk!</b>
|
||||||
|
|
||||||
<h6>Install Setup</h6>
|
<h6>Install Setup</h6>
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo apt-get install python3.8 python3-setproctitle
|
sudo apt-get install python3.8 python3-setproctitle
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
python -m pip install ursina
|
python -m pip install ursina
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# TODO
|
# TODO
|
||||||
...
|
...
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue