Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy authored Aug 13, 2024
1 parent 019a0c5 commit 8e7136a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,13 @@ In addition, Python >= 3.10 is required, starting `0.6`.
Last stable from PyPI:

```bash
pip3 install cemu
python3 -m pip install install cemu
```

Last stable from Github:

```bash
git clone https://github.com/hugsy/cemu
cd cemu
pip3 install --upgrade .
python3 -m pip install --user --upgrade git+https://github.com/hugsy/cemu.git@main#egg=cemu
```

For 99% of cases, that's all you need to do. `cemu` will be installed in the associated `Scripts` directory:
Expand All @@ -72,7 +70,7 @@ For 99% of cases, that's all you need to do. `cemu` will be installed in the ass
After installing with `pip`, simply run the executable, or invoke via Python

```bash
python -m cemu
python3 -m cemu
```

This should produce a GUI similar to this:
Expand All @@ -93,8 +91,7 @@ From where you'll end up in a REPL, allowing you to build and run the emulation
### As a Library

```bash
$ python
>>> import cemu
python -i -c "import cemu"
```

Then use the provided API to build and run your environment.
Expand Down

0 comments on commit 8e7136a

Please sign in to comment.