Skip to main content

pytest plugin for the Dogu

Project description

pytest-dogu-sdk

initial settings

  1. install pyenv

    1. install
    1. check if pyenv is installed correctly

      pyenv --version
      # pyenv x.y.z
      
  2. install python 3.9.13

    1. install
    • macos

      brew install openssl
      CONFIGURE_OPTS="-with-openssl=/opt/homebrew/opt/openssl" pyenv install 3.9.13
      pyenv global 3.9.13
      
    • windows

      pyenv install 3.9.13
      pyenv global 3.9.13
      
    1. check if python 3.9.13 is installed correctly

      python --version
      # Python 3.9.13
      
      pip --version
      # pip x.y.z from {your-home}/.pyenv/versions/3.9.13/lib/python3.9/site-packages/pip (python 3.9)
      
  3. update shell runtime config file

    1. using zsh

      1. append to runtime config file

        echo 'eval "$(pyenv init -)"' >> ~/.zshrc
        
      2. apply to current shell

        source ~/.zshrc
        
    2. using bash

      1. append to runtime config file

        echo 'eval "$(pyenv init -)"' >> ~/.bashrc
        
      2. apply to current shell

        source ~/.bashrc
        
  4. install poetry 1.5.1

    1. install

      pip install poetry==1.5.1
      
    2. check if poetry is installed correctly

      poetry --version
      # Poetry (version 1.5.1)
      
  5. install dependencies

    yarn newbie
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytest_dogu_sdk-1.0.3.tar.gz (8.8 kB view hashes)

Uploaded Source

Built Distribution

pytest_dogu_sdk-1.0.3-py3-none-any.whl (12.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page