Skip to main content
Version: Next ๐Ÿšง

Tips and Tricks

This section introduces some tips and best practices for using CrackNuts, helping you get the most out of CrackNuts.

๐Ÿ“„๏ธ Python Virtual Environment

In general, when developing with Python, it is usually recommended to use a virtual environment such as conda, venv, or virtualenv to avoid breaking the existing Python development environment caused by different projects introducing different versions of the same libraries. Below are examples of configuration methods for conda and venv. You can choose either one to use, but Conda virtual environment is recommended as it better supports compatibility with data analysis and other open-source libraries.