ALI-Tax-Analyzer

Installing the Model
Login

Installing the Model

Installing the model involves doing some preliminaries, taking two installation steps, and then doing some clean-up:

Preliminaries

Before taking the three installation steps, create a new directory called ali in your home directory. You can do this by opening an operating system command prompt window (by starting the cmd app on Windows, which should put you in your home directory). Make a note of the name of your home directory. Then enter the following command:
mkdir ali
and then moving into that new directory using the
cd ali
command. (Note that when entering a command, you need to press the Enter or Return key at the end in order to execute the command.) Once you have done these two commands, close the command prompt window.

The other preliminary step is required only if you are working on Windows. It is essential for Windows to show you the extension on each file name, but the default Windows settings are to not show file extensions. Follow these simple instructions to make Windows show you file extensions.

Step 1. Install the Tax-Analyzer-Framework

Do this by following these installation instructions.

Step 2. Install the ALI-Tax-Analyzer Model

Clean-Up

After taking the two installation steps, remove the ali directory. The easiest way to do this is to use your operating system's graphical file management system to drag the ali folder to the trash.

Remember that every time you use the model (by opening an Anaconda Prompt on Windows or an operating system command prompt on a non-Windows computer), you must activate the tafe environment by executing the
conda activate tafe
command.