Installation Steps
This guide will walk you through the process of installing TensorWeaver. Please ensure you have checked the System Requirements before proceeding with the installation.
Installation
You can install TensorWeaver through pip:
pip install tensorweaver
Verifying Installation
To verify that TensorWeaver has been installed correctly, you can run a simple test in Python:
import tensorweaver as tw
print(tw.__version__)
If the installation was successful, this will print the version number of TensorWeaver.
Next Steps
After installation, you can:
- Check out our Development Environment Setup if you plan to contribute
- Try our example notebooks in the
examples
directory - Start building your first neural network with TensorWeaver