LoginSignup
0
0

More than 5 years have passed since last update.

ATMのインストール

Posted at

$ git clone https://github.com/hdi-project/atm.git /path/to/atm
$ cd /path/to/atm
$ sudo apt install sqlite3

python=2.7
$ virtualenv venv
$ . venv/bin/activate
$ pip install -r requirements.txt

$ python atm/enter_data.py
$ pip installl future

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0