Django for Designers/Laptop setup: Difference between revisions

Content added Content deleted
imported>Paulproteus
imported>Paulproteus
(Checkoff)
Line 37: Line 37:
* [[/Linux virtualenv|Linux]]
* [[/Linux virtualenv|Linux]]


=== ? ===
=== Checkoff ===


Demonstrate to your own satisfaction that the following things work:
* Python robot TA checkoff


# You can open a command prompt.
(Optional; can be skipped)
# You can use ''cd'' to get around.

# You can run ''git'' and see a help message (rather than "Command not found").
* Make sure they have a Heroku account, and have the software installed
# You can run ''python'' in the command prompt.

# You have a text editor configured to use spaces to indent.
* Make sure they have a Github account
# You have done the ''git clone'' command to get the workshop code.
# You have a ''virtualenv'' where you have installed the workshop's dependencies.


== Setup guide, for instructors ==
== Setup guide, for instructors ==