kopia lustrzana https://github.com/piku/piku
12 wiersze
263 B
Markdown
12 wiersze
263 B
Markdown
![]() |
# Python example
|
||
|
|
||
|
To publish this app to `piku`, make a copy of this folder and run the following commands:
|
||
|
|
||
|
```bash
|
||
|
cd python_copy
|
||
|
git init .
|
||
|
git remote add piku piku@your_server:python_example
|
||
|
git add .
|
||
|
git commit -a -m "initial commit"
|
||
|
git push piku master
|
||
|
```
|