Skip to content

Commit

Permalink
Update INSTALL
Browse files Browse the repository at this point in the history
  • Loading branch information
JarrettSJohnson committed Aug 8, 2024
1 parent 757270e commit 717b496
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ REQUIREMENTS
- C++17 compiler (e.g. gcc 8+)
- CMake (3.13+)
- Python 3.9+
- pip (with build submodule <pip install build>; conda's package name is python-build)
- Pmw (Python Megawidgets) (optional, for legacy GUI/plugins)
https://github.com/schrodinger/pmw-patched
- OpenGL
Expand All @@ -30,9 +31,7 @@ REQUIREMENTS

SETUP OPTIONS

python setup.py --help
python setup.py --help-distutils
python setup.py --help-distutils install
pip install --help

Special install options:
--pymol-path= installation directory for PyMOL data ($PYMOL_PATH)
Expand All @@ -50,7 +49,11 @@ SETUP OPTIONS

INSTALLATION

python setup.py install --prefix=~/someplace
Clean build and installation
pip install .

Recommended for developers (build output, incremental build, and building C++ unit tests)
pip install --verbose --no-build-isolation --config-settings testing=True .

RUNNING PyMOL

Expand Down

0 comments on commit 717b496

Please sign in to comment.