8000 Update README installation instructions to be more user friendly · Issue #89 · GeomScale/dingo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Update README installation instructions to be more user friendly #89
Closed
@rkstu

Description

@rkstu

I encountered difficulties setting up the Dingo project completely for the first time and discussed the issues on Gitter. After repeatedly configuring the entire project over the past few weeks, particularly while addressing issue #83, I am convinced that making minor modifications to the README file can greatly streamline the setup process, ultimately saving considerable time and effort for new users

Challenges Faced:

  • Version incompatibility due to Python and project-dependent libraries.
  • Unclear instructions on the Poetry version for setup.

dingo_poetry

Proposed Change in instructions:

  • Make sure the Python version is 3.8 workflows

  • Install a specific version of poetry workflows

curl -sSL https://install.python-poetry.org | python3 - --version 1.3.2
  • Install the dependencies for the PySPQR library using
sudo apt-get update -y
sudo apt-get install -y libsuitesparse-dev

Proposal for trial
For a quick and hassle-free Dingo project trial, consider using GitHub Codespaces. It provides an instant cloud-based development environment with limited free usage every month. Regardless of your operating system, you can set up and run experiments in under 10 minutes(depends on internet speed), thanks to its streamlined installation process. Additionally, consider utilizing another tab to include screenshots with installation steps and examples, which are mostly done.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0