Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 358 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 358 Bytes

study

description

This repo for Nojiri's thesis.

Getting Started

  1. Install Pipenv

$ pip install pipenv

Please add below ENV in your shell configuration file. (e.g. ~/.bashrc, ~/.zshrc )

export PIPENV_VENV_IN_PROJECT=true

  1. Install dependencies

$ pipenv install

  1. Install CLI

$ pipenv shell

$ pip install -e .

$ study