Skip to content

skpkg: README.rst missing a conda install line #86

@tinatn29

Description

@tinatn29

Problem

README.rst auto-generated by scikit-package is missing a conda install line.

We want to install our packages in a suitable conda environment.
The following creates and activates a new environment named diffpy.fourigui_env ::

    conda create -n diffpy.fourigui_env diffpy.fourigui
    conda activate diffpy.fourigui_env

To confirm that the installation was successful, type ::

    python -c "import diffpy.fourigui; print(diffpy.fourigui.__version__)"

Proposed solution

Edit README.rst (and scikit-package?) to add these lines between conda activate ... and "To confirm that the installation was successful..."

Then, to fully install fourigui in our active environment, run ::

    conda install fourigui

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions