Skip to content

Commit

Permalink
Update master version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
austin61293 committed Aug 12, 2019
1 parent b1532dc commit f641af2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- - -

[![pipeline status](https://gitlab.com/seakaart/chameleon-2/badges/master/pipeline.svg)](https://gitlab.com/seakaart/chameleon-2/commits/master)
[![version#](https://img.shields.io/badge/version-2.3.3-lightgrey.svg)](https://gitlab.com/seakaart/chameleon-2/-/tags)
[![version#](https://img.shields.io/badge/version-2.4-lightgrey.svg)](https://gitlab.com/seakaart/chameleon-2/-/tags)
[![license](https://img.shields.io/badge/license-GPL3-blue.svg)](https://gitlab.com/seakaart/chameleon-2/blob/master/LICENSE)

- - -
Expand All @@ -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
```

Expand All @@ -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/
```

Expand Down

0 comments on commit f641af2

Please sign in to comment.