readme & bugfix
This commit is contained in:
@@ -104,7 +104,7 @@ class MainWindow(QMainWindow):
|
|||||||
designview.setShortcut("F2")
|
designview.setShortcut("F2")
|
||||||
view.addAction(designview)
|
view.addAction(designview)
|
||||||
|
|
||||||
versionview = QAction("&Version")
|
versionview = QAction("&Version",self)
|
||||||
versionview.setShortcut("F3")
|
versionview.setShortcut("F3")
|
||||||
view.addAction(versionview)
|
view.addAction(versionview)
|
||||||
|
|
||||||
|
|||||||
@@ -25,30 +25,27 @@ Libriis is developed with python and pyqt5, if you are confident with theese too
|
|||||||
### Arch
|
### Arch
|
||||||
|
|
||||||
For Arch Linux and derivated distro, an aur package exists :
|
For Arch Linux and derivated distro, an aur package exists :
|
||||||
|
|
||||||
```
|
```
|
||||||
yaourt -S libriis-git
|
yaourt -S libriis-git
|
||||||
```
|
```
|
||||||
|
|
||||||
### Ubuntu
|
### Ubuntu
|
||||||
|
|
||||||
install dependences
|
dependences
|
||||||
```
|
```shell
|
||||||
apt-get install qt5-base pandoc python python-pyqt5
|
apt-get install qt5-base pandoc python3 python3-pyqt5 python3-pip
|
||||||
apt-get install python-markdown python-pygit2 python-beautifulsoup4 python-pypandoc python-pygments python-setuptools
|
pip3 install sass markdown beautifulsoup4 pypandoc pygments setuptools pyphen
|
||||||
```
|
```
|
||||||
|
clone
|
||||||
### Python
|
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
pip install sass
|
|
||||||
pip install pyphen
|
|
||||||
git clone https://figureslibres.io/gogs/bachir/libriis.git
|
git clone https://figureslibres.io/gogs/bachir/libriis.git
|
||||||
cd libriis
|
cd libriis
|
||||||
python setup.py install --optimize=1 -f
|
python3 start
|
||||||
|
```
|
||||||
|
install
|
||||||
|
```
|
||||||
|
python3 setup.py install --optimize=1 -f
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### qt-webkit
|
### qt-webkit
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user