Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 2.4 KB

install.md

File metadata and controls

60 lines (37 loc) · 2.4 KB

Installation

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/

Cloud installation

Visit Gramex IDE website

Gramex IDE allows you to clone existing repositories or create new ones. Link: https://gramex.gramener.com/

Authenticate using GitHub.

Clone this repository

Clone this workshop repository by pasting the link in the text box.

clone repository URL

View details

View details of the cloned repository on the right side.

cloned repository

You can edit the content using the IDE in browser or initialize the application or view the logs.

Local installation

If you have anaconda

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

If you don't have anaconda, use pip

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.