Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleEngineer authored Apr 22, 2021
1 parent da504fe commit cfd15dc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
เปิด CMD / Terminal

```python
on terminal / cmd
pip install aibuildersart

on Colab
!pip install git+https://github.com/UncleEngineer/AIBuildersArt.git
```

### วิธีใช้งาน
Expand All @@ -18,4 +22,4 @@ from aibuildersart import *
show = UncleEngineer()
show.art()
print("Author: {}".format(show.name))
```
```

0 comments on commit cfd15dc

Please sign in to comment.