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
Using pip has many advantages compared to using setuptools directly. For example, on Linux, when installing DMOJ, pip can install the manylinux1 wheel for PyYAML directly, instead of compiling from source if you use develop directly.
The text was updated successfully, but these errors were encountered:
Using
pip
has many advantages compared to usingsetuptools
directly. For example, on Linux, when installing DMOJ,pip
can install themanylinux1
wheel for PyYAML directly, instead of compiling from source if you usedevelop
directly.The text was updated successfully, but these errors were encountered: