Skip to content

Installation Instructions Do Not Work for Microsoft Windows Operating System #14

@DarioS

Description

@DarioS

The name of the virtual environment and repository is the same because Windows paths are not case-sensitive.

PS C:\Users\dstr7320> py -m venv kronos
PS C:\Users\dstr7320> .\kronos\Scripts\activate
(kronos) PS C:\Users\dstr7320> git clone https://github.com/mahmoodlab/KRONOS.git
fatal: destination path 'KRONOS' already exists and is not an empty directory.

The instruction in Step 1 should use a different name for the environment.

 # for Windows
 py -m venv kronos

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