copyright:
- SnooeyNET
license: MIT
.. moduleauthor:: Seongsu Yoon <sople1@sitori.net>
On Screen Keyboard with Slide-able
You must install Python 3 and required pip packages. In development, make virturlenv environment is good choice for you.
- Check if you installed Python 3.7.4 or upper
2. Clone this git repository and open it Command Prompt 4. If you want to make virtualenv, follow below command:
# make virtualenv on env folder of repository folder
> python3 -m venv env
# run
> env\Scripts\activate
- install pip packages in requirements.txt
> pip install -r requirements.txt
- Launch by app.py
> python app.py
- Check if you installed Python 3.7.4 or upper
- Clone this git repository and open it at Terminal
- If you want to make virtualenv, follow below command:
# make virtualenv on env directory of repository directory
$ python3 -m venv ./env
# run by bash shell
$ source env/bin/activate
- install pip packages in requirements.txt
$ pip install -r requirements.txt
- Launch by app.py
$ python app.py
This package using Sphinx for auto documentation.
- follow below command:
# first run
> env\Scripts\sphinx-quickstart.exe
- after work - it skips what exist files, make seperated files
> env\Scripts\sphinx-apidoc.exe -F -o docs . --separate
- use command if you want to build html document
> env\Scripts\sphinx-build.exe -b html docs docs/_build/html
- follow below command:
# first run
$ ./env/bin/sphinx-quickstart
- after work - it skips what exist files, make seperated files
$ ./env/bin/sphinx-apidoc -F -o docs . --separate
- use command if you want to build html document
$ ./env/bin/sphinx-build -b html docs docs/_build/html
not yet
not yet