Differences

This shows you the differences between two versions of the page.

Link to this comparison view

report_list:installing_libraries [2024/12/18 01:16]
optrix created
report_list:installing_libraries [2024/12/18 01:18] (current)
optrix
Line 11: Line 11:
 Once you know its name, you'll need to do the following... Once you know its name, you'll need to do the following...
  
-* Sign into your ARDI server (for example, using SSH for Linux or Remote Desktop for Windows servers), +  * Sign into your ARDI server (for example, using SSH for Linux or Remote Desktop for Windows servers), 
-* Open a terminal/command window, +  * Open a terminal/command window, 
-* Type the following...+  * Type the following, replacing //packagename// with the name of the Python package you need.
  
-**On Linux** +===On Linux=== 
-   pip3 install //packagename//+**pip3 install** //packagename//
  
-**On Windows** +===On Windows=== 
-   c:\python\scripts\pip install //packagename// +**c:\python\scripts\pip install** //packagename//
- +
-...where //'packagename'// is the name of the Python package you need.+