Heroku: Difference between revisions
| Line 5: | Line 5: | ||
* from [https://devcenter.heroku.com/articles/getting-started-with-python official tutorial] | * from [https://devcenter.heroku.com/articles/getting-started-with-python official tutorial] | ||
PS C:\Temp\python-getting-started> heroku login | PS C:\Temp\python-getting-started> heroku login | ||
* clone example | |||
* | |||
==Resources== | ==Resources== | ||
* [https://devcenter.heroku.com/articles/getting-started-with-python Tutorial] | * [https://devcenter.heroku.com/articles/getting-started-with-python Tutorial] | ||
Revision as of 17:09, 16 February 2022
Installation
Example
- from official tutorial
PS C:\Temp\python-getting-started> heroku login
- clone example