Print warning when setup.py is still used.

This commit is contained in:
2023-10-23 14:51:21 +02:00
parent af636164a8
commit 049e45cb09
+2
View File
@@ -6,6 +6,8 @@ from typing import List
from setuptools import setup, find_packages
print('[!] You are currently installing/building fancy_gym via setup.py. This is only provided for backwards-compatability. Please use the pyproject.toml instead.')
# Environment-specific dependencies for dmc and metaworld
extras = {
'dmc': ['shimmy[dm-control]', 'Shimmy==1.0.0'],