Installation
Installing NumLex is quick and easy. Follow the steps below to get started.
Prerequisites
Ensure you have Python 3.6 or higher installed on your system.
Installation Steps
-
Install NumLex via pip:
Terminal window pip install NumLex -
Verify the installation:
Terminal window python -c "import NumLex; print(NumLex.__version__)"
You’re now ready to start using NumLex in your projects!
Next Steps
Explore the Modules section to learn about the functions available in NumLex.