-
Notifications
You must be signed in to change notification settings - Fork 9
Installation
Requirements:
- python 3.5+
- python-pip (for system installation)
For (potentially) stable versions, take a look at the releases page. Latest version can be downloaded or cloned using git:
git clone https://github.com/allejok96/jw-scripts.git
You can run the scripts directly or install them with pip:
# System installation
cd jw-scripts
sudo pip install .
# Uninstallation
pip uninstall jw-scripts
You can install Python from the Windows store, but it is recommended to use the version from python.org.
- Install Python
- Make sure to check "Add Python to PATH"
- Include pip in the installation (default)
- Download and extract jw-scripts
- Using directly
- Double click on
portable.bat
- Double click on
- System installation
- Double click on
install.bat
- Open a command prompt
- Double click on
- Type your
jwb-index
command - To uninstall, run
pip uninstall jw-scripts
in a command prompt
This is a problem with Python itself. From Stackoverflow:
ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:749)
When you run the python installer, they display this information to you. It is also documented in
/Applications/Python 3.6/ReadMe.rtf
, but it's very easily overlooked.Just browse to
Applications/Python 3.6
and double-clickInstall Certificates.command
There is an issue in the Python bug tracker about this.
cd jw-scripts
docker build -t jw-scripts .
docker run -v /Users/yourusername/Downloads:/downloads -it jw-scripts
Thanks to @andresavic.