You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-17Lines changed: 20 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,26 +2,25 @@
2
2
3
3
[Sign up](https://app.sparkpost.com/join?plan=free-0817?src=Social%20Media&sfdcid=70160000000pqBb&pc=GitHubSignUp&utm_source=github&utm_medium=social-media&utm_campaign=github&utm_content=sign-up) for a SparkPost account and visit our [Developer Hub](https://developers.sparkpost.com) for even more content.
4
4
5
-
## Pre-requisites
5
+
## Easy installation
6
+
7
+
Firstly ensure you have `python3`, `pip` and `git`.
6
8
7
-
Firstly ensure you have `python` installed.
9
+
Next, get the project. Install `pipenv` (`--user` option recommended, [see this article](https://stackoverflow.com/questions/42988977/what-is-the-purpose-pip-install-user)) and [this article for MacOS](https://stackoverflow.com/questions/60004431/pip-error-when-trying-to-run-pip-command-from-virtualenv-on-macos).
8
10
9
-
Then install the following libraries with the following command:
10
-
`pip install LIBRARYNAME`
11
-
Or if on Mac/Linux:
12
-
`pip3 install LIBRARYNAME`
11
+
Once you have `pipenv`, you can use it to install the project dependencies.
_Note: In the above commands, you may need to run `pip3` instead of `pip`._
23
22
24
-
Once installed, clone this repo.
23
+
## Pre-requisites
25
24
26
25
Input your SparkPost API Key into the `sample.env` file and rename the file `variables.env`. Note these care case sensitive:
27
26
@@ -47,7 +46,11 @@ NOTE: You must have templates and receipient lists created in SparkPost, if you
47
46
48
47
| NOTE: There currently is an issue with the PySimpleGui library and pop-ups randomly not appearing on M1 Macs. See [here](https://github.com/PySimpleGUI/PySimpleGUI/issues/5471) for current status. |
49
48
50
-
Locate and open the SparkPost-RSS.py file utilizing the command prompt or terminal with `python SparkPost-RSS.py` or `python3 SparkPost-RSS.py`.
49
+
```
50
+
cd SparkPost-RSS-Program
51
+
pyenv shell
52
+
python SparkPost-RSS.py
53
+
```
51
54
52
55
You will see the SparkPost RSS Transmission program with the following inputs/options:
0 commit comments