-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
-
To open terminal or command prompt in the current folder (location of the repository in your PC)
- In Windows Hold shift button and left-click the mouse.
- For Mac follow the guide here
-
Python 3.5 or later is required (Programmers and Linux users please help your fellow blog readers).
-
To check If python is installed or not on your system, please follow below steps
- open terminal /command prompt,
- type
python3 --version
orpython --version
and press enter. - The terminal window will display text in the format of
_Python 3.6.7_
, signifying that python is installed. - Skip the next step(4) and proceed to Step(5).
-
Installing Python, follow the below steps based on your operating system:
- Read and follow the install section in the beginner's guide to installing python on Windows 10 by Microsoft.
- TODO - MACOS
-
This snippet uses a python tool to open webpage and download notes. Install the python dependency before running the code.
- In terminal change the directory to location of program
cd snippets/ABCLearnEngishSeries/
. - Then type
pipenv install
orpip install
. - Voila, you are all set to run python programs now.
- In terminal change the directory to location of program
-
To execute program type on terminal
python -m downloadABCEngLearnSeriesNotes.py
. -
Give it a minute to run and your files will be downloaded to
notes
folder underABCLearnEnglishSeries
.
If you get any error while installing dependencies please do ✉️ us. To view files you would need Adobe Reader or any PDF reader.