readme & bugfix

This commit is contained in:
Bachir Soussi Chiadmi
2017-06-25 15:54:40 +02:00
parent 773ca753d4
commit 583b5b5957
2 changed files with 12 additions and 15 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ class MainWindow(QMainWindow):
designview.setShortcut("F2")
view.addAction(designview)
versionview = QAction("&Version")
versionview = QAction("&Version",self)
versionview.setShortcut("F3")
view.addAction(versionview)
+11 -14
View File
@@ -25,30 +25,27 @@ Libriis is developed with python and pyqt5, if you are confident with theese too
### Arch
For Arch Linux and derivated distro, an aur package exists :
```
yaourt -S libriis-git
```
### Ubuntu
install dependences
```
apt-get install qt5-base pandoc python python-pyqt5
apt-get install python-markdown python-pygit2 python-beautifulsoup4 python-pypandoc python-pygments python-setuptools
```
### Python
dependences
```shell
apt-get install qt5-base pandoc python3 python3-pyqt5 python3-pip
pip3 install sass markdown beautifulsoup4 pypandoc pygments setuptools pyphen
```
clone
```shell
pip install sass
pip install pyphen
git clone https://figureslibres.io/gogs/bachir/libriis.git
cd libriis
python setup.py install --optimize=1 -f
python3 start
```
install
```
python3 setup.py install --optimize=1 -f
```
### qt-webkit