Skip to content

Possible typo in the build instructions. #179

@YoelMonsalve

Description

@YoelMonsalve

I think there can be a typo in the instruction:

pip install conan<2.0

related to installing conan https://opensees.github.io/OpenSeesDocumentation/developer/build.html#ubuntu

To prevent bash from interpreting the < character as output redirection, might be good to type instead:

pip install "conan<2.0"

or, to specifically refer to Python3 (in case that Python2 is also installed):

pip3 install "conan<2.0"

Gladly,
Yoel.-

Image

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