mirror of
https://github.com/autistic-symposium/web3-starter-py.git
synced 2025-05-31 20:54:18 -04:00
13 lines
96 B
Markdown
13 lines
96 B
Markdown
## Running
|
|
|
|
```
|
|
chmod a+x <filename.py>
|
|
./<filename.py>
|
|
```
|
|
|
|
or
|
|
|
|
```
|
|
python3 <filename.py>
|
|
```
|
|
|