Skip to content

Commit

Permalink
1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mouuff committed Oct 9, 2018
1 parent 9ce96e3 commit d947dc2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@ Quail is currently in development stage, everything is subject to change
https://www.python.org/downloads/release/python-360/
2. Install Tkinter (if its not already in python3) on debian/ubuntu:
```sudo apt-get install python3-tk``` on fedora ```sudo dnf install python3-tk```
3. Install PyInstaller
```python3 -m pip install PyInstaller```
3. Install Quail
```python3 -m pip install iquail```

4. Run ```python3 setup.py install``` OR set PYTHONPATH to quail directory

## Using Quail
Currently everything is subject to change, this is the main reason why there is no documentation yet,
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
packages.remove("tests")

setup(
name='Quail-Installer',
name='iquail',
packages=packages,
version='1.2',
version='1.3',
description='Quail cross-platform installer',
author='Quail team',
long_description=long_description,
long_description_content_type="text/markdown",
author_email='quail_2020@labeip.epitech.eu',
url='https://github.com/QuailTeam/Quail',
keywords=['tool', 'deploy', 'installer', 'wizard', 'install', 'update'],
keywords=['tool', 'deploy', 'installer', 'wizard', 'install', 'update', 'quail'],
classifiers=['Intended Audience :: Developers',
'Development Status :: 3 - Alpha',
'Programming Language :: Python :: 3 :: Only',
Expand Down

0 comments on commit d947dc2

Please # to comment.