Skip to content

Commit

Permalink
Update installation instructions in readme
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
aaruni96 committed Nov 14, 2023
1 parent 215f5c6 commit 5f26d3b
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 @@ -14,17 +14,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 5f26d3b

Please sign in to comment.