Setup
- Step 1 - The Project
- Step 2 - Fork the Project
- Step 3 - Get the Clone URL
- Step 4 - Create the Cloud9 Workspace
Virtualenvs
| # Terminal Cheat Sheet | |
| pwd # print working directory | |
| ls # list files in directory | |
| cd # change directory | |
| ~ # home directory | |
| .. # up one directory | |
| - # previous working directory | |
| help # get help | |
| -h # get help |