-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b1532dc
commit f641af2
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
- - - | ||
|
||
[](https://gitlab.com/seakaart/chameleon-2/commits/master) | ||
[](https://gitlab.com/seakaart/chameleon-2/-/tags) | ||
[](https://gitlab.com/seakaart/chameleon-2/-/tags) | ||
[](https://gitlab.com/seakaart/chameleon-2/blob/master/LICENSE) | ||
|
||
- - - | ||
|
@@ -17,16 +17,16 @@ Cross-platform GUI development expanding upon Chameleon 1 functionalities. This | |
|
||
### Dependencies | ||
|
||
* [`PyInstaller`](https://github.com/pyinstaller/pyinstaller): | ||
```bash | ||
* [`PyInstaller`](https://github.com/pyinstaller/pyinstaller): | ||
```bash | ||
pip3 install pyinstaller | ||
``` | ||
* [`oyaml`](https://pypi.org/project/oyaml/): | ||
```bash | ||
* [`oyaml`](https://pypi.org/project/oyaml/): | ||
```bash | ||
pip3 install oyaml | ||
``` | ||
* [`appdirs`](https://pypi.org/project/appdirs/): | ||
```bash | ||
* [`appdirs`](https://pypi.org/project/appdirs/): | ||
```bash | ||
pip3 install appdirs | ||
``` | ||
|
||
|
@@ -38,14 +38,14 @@ Cross-platform GUI development expanding upon Chameleon 1 functionalities. This | |
git clone [email protected]:seakaart/chameleon-2.git | ||
``` | ||
2. Install `pyqt` | ||
```bash | ||
|
||
```bash | ||
brew install pyqt | ||
``` | ||
|
||
3. Change into the directory | ||
|
||
```bash | ||
```bash | ||
cd chameleon-2/ | ||
``` | ||
|
||
|