Skip to content

Commit

Permalink
Merge branch 'master' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
aaruni96 committed Nov 14, 2023
2 parents 9bd3aad + 5f26d3b commit 629c40b
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,7 @@ We currently depend on a patched version of bubblewrap to avoid minor problem in

## Installing

We have ambitions of packaing `maps` in `apt`/`dnf`/`aur`/whatever. In the meantime, it must be cloned from git, and run as a python script, ideally within a venv.

```bash
git clone [email protected]:aaruni96/maps.git
cd maps
python3 -m venv .venv
source .venv/bin/activate
pip install pygobject tomli
```

Then, use maps using the venv'ed python interpretor. So, replace each invocation of `maps` in the documentation with `python src/maps.py` .
We have ambitions of packaing `maps` in `apt`/`dnf`/`aur`/whatever. In the meantime, it must be cloned from git, and run as a python script, ideally within a venv. CHeck the [installation instructions on the wiki](https://github.com/aaruni96/maps/wiki/Deploy-and-Run-OSCAR#maps-installation).

## Usage

Expand Down

0 comments on commit 629c40b

Please sign in to comment.