Skip to content

Commit 7b9fa44

Browse files
committed
Update installation method for python 3.12
1 parent 26b9f7a commit 7b9fa44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ PYTHONPATH=. bin/pygopherd conf/local.conf
4444
For installing,
4545

4646
```
47-
python3 setup.py install
47+
python3 -m pip install .
4848
```
4949

5050
Make sure that the ``/etc/pygopherd/pygopherd.conf`` names valid users

0 commit comments

Comments
 (0)