Skip to content

EasyScience/EasyExampleApp

Repository files navigation

easyExampleApp

CI Build

Release

Downloads Lines of code Total lines Files

License

w3c

Dev setup

Download easyExampleApp repo

  • Open Terminal
  • Change the current working directory to the location where you want the easyExampleApp directory
  • Clone easyExampleApp repo from GitHub using git
    git clone https://github.com/easyScience/easyExampleApp
    

Install easyExampleApp dependencies

  • Open Terminal
  • Install Poetry (Python dependency manager)
    • osx / linux / bashonwindows
      curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
      
    • windows powershell
      (Invoke-WebRequest -Uri https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py -UseBasicParsing).Content | python
      
  • Go to easyExampleApp directory
  • Create virtual environment for easyExampleApp and install its dependences using poetry (configuration file: pyproject.toml)
    poetry install
    

Launch easyExampleApp application

  • Open Terminal
  • Go to easyExampleApp directory
  • Launch easyExample application using poetry
    poetry run easyExample
    

Update easyExampleApp dependencies

  • Open Terminal
  • Go to easyExampleApp directory
  • Update easyExampleApp using poetry (configuration file: pyproject.toml)
    poetry update
    

Delete easyExampleApp

  • Delete easyExampleApp directory
  • Uninstall Poetry
    • osx / linux / bashonwindows
    curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | POETRY_UNINSTALL=1 python
    

About

Advanced example of easyScience applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published