Skip to content

Commit

Permalink
Fixes to README
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobGlock committed Sep 18, 2020
1 parent 4c56b97 commit 7321d50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ Install some dependencies, on Linux this very simple you just run the following

Create a Python virtual environment and activate it:

`cd /to/the/repo/directory/on/your/computer/Generative-art`
`python3 -m venv venv`
`source venv/bin/activate`
```
cd /to/the/repo/directory/on/your/computer/Generative-art
python3 -m venv venv
source venv/bin/activate
```

You will also need to install some packages for Python which can be done using the following command:

Expand Down
2 changes: 1 addition & 1 deletion graphics/Config.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
consumer_secret = os.environ.get('consumer_secret')
access_token = os.environ.get('access_token')
access_token_secret = os.environ.get('access_token_secret')
tweet_status = '#Generative #Art #CreativeCoding #Python #Cornwall #Bot'
tweet_status = '#ADD #YOUR #TWEET #HERE'

0 comments on commit 7321d50

Please sign in to comment.