- 
                Notifications
    You must be signed in to change notification settings 
- Fork 15
Installation
        Omar Tsai edited this page Jul 3, 2024 
        ·
        1 revision
      
    Pre-requisites:
- Windows users will need to have VCC14 or higher. Get it at the microsoft page
- Make sure to have python 3.12
You can install GraphQLer via pip:
pip install GraphQLerand use it like so:
python -m graphqler --helpInstall poetry here
Setting up the environment:
# Creating the virtual environment
python3 -m venv .venvInstalling dependencies:
poetry shell
poetry installSetting up the environment:
# Creating the virtual environment
python3 -m venv .venv
# Activating the virtual environment
source .env/bin/activateInstalling dependencies:
(.env) pip install -r requirements.txtSetting up pre-commit hooks (optional):
(.env) pre-commit install