You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update installation instructions and run the installation test unconditionally (llvm#70)
The installation instructions were based on running setup.py directly. However, my
understanding is that Python best practices have moved away from doing that and
towards using pip to install packages in a virtual environment, and using a file
like requirements.txt to pin dependency versions.
This patch documents that updated installation procedure and runs the installation
process as a test unconditionally. It also properly splits the client vs server
requirements and tests the installation of both.
Fixesllvm#68
0 commit comments