| 1 | 1. Sign up for a account at https://www.pythonanywhere.com/pricing/ Beginner account will also do :) |
| 2 | 2. Go to web tab |
| 3 | 3. Press on add a new app button |
| 4 | 4. Configure the settings |
| 5 | 5. After completing configuration, go to Files tab |
| 6 | 6. There you will find a folder as specified by you in settings |
| 7 | 7. Go to Your_Folder/applications |
| 8 | 8. Here you can upload your Eden folder. |
| 9 | 9. The alternative is to compress your project folder on your own PC, and upload it using the Files tab. Then, open a Bash console to run unzip to decompress the zipfile you've uploaded. |
| 10 | 10. You can also pull code from github |
| 11 | - Go to Consoles tab and open Bash editor |
| 12 | - Go to applications directory (cd Your_Folder/applications) |
| 13 | - $ git clone [url of your repo : https://github.com/username/repo_name] |
| 14 | |