![]() |
Numba package translates Python functions to optimized machine code at runtime using the industry-standard LLVM compiler library. Numba-compiled numerical algorithms in Python can approach the rates of C or FORTRAN. So, in this article, we will be installing the Numba package in Python on Linux operating system. Installing Numba package on Linux using PIPRequirements: To install the Numba package in Linux we have to follow the following steps: Step 1: Install the latest version of Python3 on Linux Machine using the following command in the terminal:
Step 2: Now, using the following command we install the pip module which is required to install and manage all the packages of Python3:
Step 3: Using the following command we install the Numba package:
Verifying Numba package installation on Linux using PIP
You’ll get the following output if the installation is completed successfully in your system. |
Reffered: https://www.geeksforgeeks.org
Geeks Premier League |
Type: | Geek |
Category: | Coding |
Sub Category: | Tutorial |
Uploaded by: | Admin |
Views: | 9 |