Skip to content

Instantly share code, notes, and snippets.

@markmelnic
Created September 14, 2020 09:04
Show Gist options
  • Save markmelnic/b5a6d399b2c08008c989829cbf9c3618 to your computer and use it in GitHub Desktop.
Save markmelnic/b5a6d399b2c08008c989829cbf9c3618 to your computer and use it in GitHub Desktop.
Find setup instructions for python projects.

Getting Started

1. Install Python 3+

If you don't already have Python 3+ installed, grab it from https://www.python.org/downloads/. You'll want to download and install the latest version of Python 3.x. As of 2019-10-14, that is Version 3.8.

2. Clone the desired repository

On the repository page, click the green "Clone or Download" button at the top right of the page. If you want to get started with this script more quickly, click the "Download ZIP" button, and extract the ZIP somewhere on your computer.

Or use git if you know what you are doing.

3. Install Dependencies

In a command prompt or Terminal window, navigate to the directory containing this repository's files. Then, type the following, and press enter:

pip install -r requirements.txt

4. Now follow the instructions found in the repository description to run the script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment