zishun / MeshUtility

A collection of python utilities for mesh processing
https://zishun.github.io/projects/MeshUtility/
GNU Lesser General Public License v2.1
12 stars 1 forks source link

SetuptoolsDeprecationWarning #8

Open zishun opened 2 years ago

zishun commented 2 years ago

Currently, we build with python setup.py install and get the warnings:

running install
<...>/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
  warnings.warn(
<...>/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools.
  warnings.warn(

Let's move to pip install ..