We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8aad31 commit 504ae41Copy full SHA for 504ae41
README.md
@@ -19,7 +19,7 @@ You will need to have Python installed. Python comes with a program
19
called `pip` for installing Python programs at the system level. To
20
install `diff3d` run this command:
21
22
- pip install https://github.com/bdlucas1/diff3d/archive/master.zip
+ pip install diff3d
23
24
In some more recent versions of Python you may get an error that the
25
Python installation is managed by the OS, meaning that you can't use
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "diff3d"
3
-version = "0.0.0rc1"
+version = "0.1.0"
4
authors = [{name = "Bruce D. Lucas"}]
5
description = "Fast visual diff for 3d files"
6
readme = "README.md"
0 commit comments