Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Commit

Permalink
Correct README
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxuser committed Dec 12, 2020
1 parent 2eb07bc commit 1c48ce9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -47,21 +47,21 @@ xbox-nano-client

## Development workflow

Ready to contribute? Here's how to set up `xbox-smartglass-core-python` for local development.
Ready to contribute? Here's how to set up `xbox-smartglass-nano-python` for local development.

1. Fork the `xbox-smartglass-core-python` repo on GitHub.
1. Fork the `xbox-smartglass-nano-python` repo on GitHub.
2. Clone your fork locally

```text
git clone git@github.com:your_name_here/xbox-smartglass-core-python.git
git clone git@github.com:your_name_here/xbox-smartglass-nano-python.git
```

3. Install your local copy into a virtual environment. This is how you set up your fork for local development

```text
python -m venv ~/pyvenv/xbox-smartglass
source ~/pyvenv/xbox-smartglass/bin/activate
cd xbox-smartglass-core-python
cd xbox-smartglass-nano-python
pip install -e .[dev]
```

Expand Down

0 comments on commit 1c48ce9

Please sign in to comment.