Install EduStudio
EduStudio can be installed from pip and source files.
System requirements
EduStudio is compatible with the following operating systems:
- 
Linux
 - 
Windows 10
 - 
macOS X
 
Python 3.8 (or later), torch 1.10.0 (or later) are required to install our library.
Install from pip
To install EduStudio from pip, only the following command is needed:
pip install -U edustudio
Install from source
Download the source files from GitHub.
git clone https://github.com/HFUT-LEC/EduStudio.git && cd EduStudio
Run the following command to install:
pip install -e . --verbose