Table of Contents
Through PyPi
To obtain grapes through PyPi, run the following command in your terminal (if you're using a virtual environment, make sure you have it enabled!)
pip install grapesdb
After that, test it out by importing it
import grapes
Through Downloading
WARNING: This will only work in the project it is dropped into (you will have to copy and paste it into every project that uses it.
WARNING: If you still wish to have it localized instead of using PyPi, use this method to prevent that.
Download the grapes folder (found at /src/ of this GitHub repository) and insert it into your project of choice!
After that, test it out by importing it
import grapes
Through site_packages Insertion
Download the grapes folder (found at /src/ of this git repository) and insert it into your site_packages folder.
If you don't know where it is, run the following snippet of Python.
import site
site.getsitepackages()
After that, test it out by importing it
import grapes
The Grapes Database Wiki
Grapes is powered by its community!
Feel free to join our Discord server!
Home
Installing
Classes
Table
Column
GrapesDatabase
The Grapes Database Wiki
End of Page
Lost? Go back to the homepage!
Need help? Join our community server!