$ 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
Go to list of users who liked
More than 5 years have passed since last update.
$ 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
Register as a new user and use Qiita more conveniently
Go to list of users who liked