@@ -14,7 +14,7 @@ Installation
1414
1515The easiest method to install the toolbox is via the binary installers for Windows, macOS, and Linux.
1616
17- Alternate releases of **[NiBAχ ] ** can be found `here <https://github.com/CBICA/NiBAx /tags >`_.
17+ Alternate releases of **[niCHART ] ** can be found `here <https://github.com/CBICA/niCHART /tags >`_.
1818
1919
2020Until one-click installation packages are available, we recommend to install
@@ -48,24 +48,24 @@ with the full path.
4848 /usr/bin/python --version
4949
5050
51- It is recommended to install **[NiBAx ] ** in a virtual Python environment.
51+ It is recommended to install **[niCHART ] ** in a virtual Python environment.
5252Shown below is an installation into the folder `.env ` in the current working
5353directory.
5454
5555.. code-block :: shell
5656
5757 python -m venv .env
5858 source .env/bin/activate
59- python -m pip install https://github.com/CBICA/NiBAx
59+ python -m pip install https://github.com/CBICA/niCHART
6060
6161
62- Once installed, the GUI is accesible as command `NiBAx `.
62+ Once installed, the GUI is accesible as command `niCHART `.
6363
6464.. code-block :: shell
6565
66- # Typing NiBAx in an activated virtual environment
66+ # Typing niCHART in an activated virtual environment
6767 # will launch the graphical user interface.
68- NiBAx
68+ niCHART
6969
7070
7171*********
@@ -87,12 +87,12 @@ is to be launched. Typically, as follows:
8787 .. code-tab :: text PowerShell (Windows 10/11)
8888
8989 & .env/Scripts/Activate.ps1
90- NiBAx .exe
90+ niCHART .exe
9191
9292 .. code-tab :: shell Bash (Linux and macOS)
9393
9494 source /path/to/.env/bin/activate
95- NiBAx
95+ niCHART
9696
9797
9898This will launch the GUI.
0 commit comments