In order to install gramex and other material required for the workshop, please follow the following instructions.
For most updated instructions, visit https://gramener.com/gramex/guide/install/
Gramex IDE allows you to clone existing repositories or create new ones. Link: https://gramex.gramener.com/
Authenticate using GitHub.
Clone this workshop repository by pasting the link in the text box.
View details of the cloned repository on the right side.
You can edit the content using the IDE in browser or initialize the application or view the logs.
conda create -y --name gramex python=3.7 # Create a new environment
conda activate gramex # Activate it
conda install -y -c conda-forge -c gramener gramex # Install Gramex
Install Anaconda3-2020.02. (Gramex does not yet work with Python 3.8. So avoid later versions). Here are downloads for:
Then install node.js 10 or later:
pip install gramex # Install latest version of Gramex
npm install -g yarn # Required for UI components and built-in apps
gramex setup --all # Set up UI components and built-in apps
You could also install Gramex via docker or in offline mode.
In case of any problems or questions, send an email to [email protected]
; or raise an issue here.