Skip to content

Commit

Permalink
- cleaned imports
Browse files Browse the repository at this point in the history
- added note on M1 in readme
- fixed missing newline in .readthedocs.yml
  • Loading branch information
abey79 committed Mar 25, 2022
1 parent 55912d6 commit 03ada36
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ python:
build:
os: ubuntu-20.04
tools:
python: "3.10"
python: "3.10"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ TL;DR:
```bash
pip install "vpype[all]"
```
- Installing on M1 Mac requires special care — check the [installation instruction](https://vpype.readthedocs.io/en/latest/install.html#macos-apple-silicon-m1).
- A Windows installer is available [here](https://github.com/abey79/vpype/releases) (plug-ins cannot be installed
when using this installation method).
- A CLI-only version of *vpype* can be installed using the following command:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import io
import os
import re
from typing import List, Set
from typing import Set

import click
import numpy as np
Expand Down
2 changes: 1 addition & 1 deletion vpype_viewer/_painters.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import math
from typing import TYPE_CHECKING, Any, Iterable, List, Optional, Sequence, Tuple, Union
from typing import TYPE_CHECKING, Any, List, Optional, Tuple, Union

import moderngl as mgl
import numpy as np
Expand Down

0 comments on commit 03ada36

Please sign in to comment.