PyPi release
Created by: BarabanovaIrina
New structure of the framework is provided for PyPi release.
FEDOT ├── LICENSE ├── README.md ├── fedot │ └── init.py │ └── core │ └── utilities ├── setup.py └── tests └── docs Test version of the fedot is located in the test.pypi.org: https://test.pypi.org/project/fedot/0.1.1/ (do not pay attention to version)
Use command to check the installation: pip3 install -i https://test.pypi.org/simple/ --no-deps fedot==0.1.1
--no-deps used because test.pypi might not have the proper packages to install
Main file for release: setup.py
README.rst installation section was changed to: pip install fedot