...
Running Impulse requires Python 3.6 installed on a Linux 64-bit machine.
Download NanoXplore tools
Follow the steps below to download and unpack NanoXplore tools
...
Before install Impulse, check that Python 3.6 is installed with below command:
Code Block $> which python3
If Pyhton3 is installed you will see the following line:
Code Block $> /usr/bin/python3
If Python3 is not installed, run the following command:
Code Block $> sudo yum install python3
To install Impulse, update ~/.bashrc file with below instruction:
Code Block export PATH=/opt/NanoXplore/impulse-/bin:$PATH
Check that ~/.bashrc updating has been taken into account with below command:
Code Block $> source ~/.bashrc”
Check that Impulse is installed with below commands:
Code Block $> which impulse
The result of this command must be the following
Code Block $> /opt/NanoXplore/impulse-version/bin/impulse
Check that Impulse works correctly with the following command:
Code Block $> impulse -version
The result of this command must be the following
NxBase2
To install the NxBase2 tool:
...