Skip to content

Commit f128601

Browse files
committed
remove obsolete information from the README
Invoking "python3 setup.py install" directly is deprecated. Remove entire "For packaging" paragraph. If anyone wants to package ARver for a Linux distribution they will probably know how that should be done.
1 parent c0b151c commit f128601

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -74,23 +74,14 @@ While the wheel is forward-compatible with future 3.x Python versions, the lates
7474
Python releases may not have been tested. The latest tested Python version is
7575
listed in the PyPI trove classifiers.
7676

77-
For development:
77+
Use an editable installation for development and testing:
7878

7979
```sh
8080
git clone https://github.com/arcctgx/ARver
8181
cd ARver
8282
python3 -m pip install --editable .
8383
```
8484

85-
For packaging:
86-
87-
```sh
88-
git clone https://github.com/arcctgx/ARver
89-
cd ARver
90-
python3 setup.py install --root=/tmp/pkg-arver
91-
# use contents of /tmp/pkg-arver to create a package.
92-
```
93-
9485
### Dependencies
9586

9687
`ARver` depends on following Python packages at runtime:

0 commit comments

Comments
 (0)