Skip to content

Latest commit

 

History

History
144 lines (72 loc) · 5.22 KB

Install.md

File metadata and controls

144 lines (72 loc) · 5.22 KB

Install bnkSEPA on your computer

This document is shows you how to install bovSEPA for the Windows x64 platform. It should work with other OSs

To install bnkSEPA you need to:

  1. Install Python v3.x
  2. Install Microsoft C++ Build Tools
  3. Download bnkSEPA
  4. Download 7Zip
  5. Download support modules
  6. Configure your settings
  7. Help the bnkSEPA project with a couple of clicks.

Install Python v3.x

Download Python from www.python.org.

Go to the Python Website and from the Download tab select the latest version of Python for your platform.

Install the Python installer.

Click the installer. Before selecting the Install Now option, check the Add Python 3.x to PATH. This will avoid you having to type the path to the Python interpreter in order to execute the program.

Install Microsoft C++ Build Tools

Download MS Build Tools.

Go to the Microsoft C++ Build Tools page and download the installer.

Install the Desktop Development with C++ option.

Execute the installer and check the option Desktop Development with C++.
Click install.

Exit the installer.

Once the selected options have been installed exit.

Install 7-Zip

Part of the process of generating the SCTE file requires that you zip the XLSM file.

While there are a number of programs that generate zip file, 7Zip is the one that has been tested with this solution.

7-Zip is free software with open source and can be downloaded from the 7-Zip web site.

Download bnkSEPA

Login to bnkSEPA GitHub page.

Go to the bnkSEPA GitHub repository.

Click the Watch option on the page. You will be asked to register with GitHub. Registration is Free.

The Watch option will inform you whenever bnkSEPA is enhanced and improved with new features.

Registering also allows you to contribute the the project and request new options.

Click the Starred option to help spread the word about this project.

Download bnkSEPA code archive.

Click the Code button and select the option Download ZIP. This will save the program to your computer.

This tutorial will install the solution on the computer desktop.

Extract bnkSEPA code archive.

In File Explorer right click on the zip archive and select the option Extract All....

Extract bnkSEPA code archive.

READ CAREFULLY

If you accept the directory suggested by the Extract All... option the code will be extracted into Desktop ==> bovSEPA ==> bovSEPA.

Backspace as shown above to get the installation to be at Desktop ==> bovSEPA

Click the Extact button.

Download support modules

Open Command Prompt.

  1. Click on the bovSEPA folder to open it.
  2. Type cmd in the address bar.
  3. This will cause a command window to open. The prompt should end with the bovSEPA folder name.

Install dependent libraries.

  1. Type Installer\install.cmd and press enter. The environment and the modules this solution uses will be setup and installed.
  2. Type Close the command prompt window.

Perform recommended upgrades

If prompted to update any components, copy the command into the command window.

Configure your settings

Configure the secrets.py file

Edit secrets.py.

Right click on secrets.py file and choose Edit with IDLE. (You can also edit the file with a text editor such as Notepad).

Edit secrets.py.

There are 4 settings you can edit in secrets.py:

  • zip_file - name of the zip file you will use to zip the XL workbook with your transactions.
  • zip_pass - password you will use when archving the file
  • xl_file - name of the XL file with your transactions
  • bank_scte - This is the password that is shared with your bank

Secrets entries.py.