Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 593 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 593 Bytes

Tao_translate

A translation program: tan_translate.

Installation

clone:

$ git clone https://github.com/D-zilch/tan_translate.git
$ cd tan_translate

create & activate virtual env then install dependency: with venv/virtualenv + pip:

$ python -m venv env  # use `virtualenv env` for Python2, use `python3 ...` for Python3 on Linux & macOS
$ source env/bin/activate  # use `env\Scripts\activate` on Windows
$ pip install -r requirements.txt or pip download -r requirements.txt

or with poetry:

$ poetry shell
$ poetry install

then run:

python main.py