Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • F FEDOT
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 87
    • Issues 87
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ITMO-NSS-team
  • FEDOT
  • Merge requests
  • !180

Merged
Created Nov 19, 2020 by Elizaveta Lutsenko@LizLutsenkoOwner

PyPi release

  • Overview 12
  • Commits 8
  • Changes 124

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

Screenshot 2020-11-19 at 16 45 04 Main file for release: setup.py

README.rst installation section was changed to: pip install fedot

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: pypi-prep