Skip to content

quickly and manually download all the required packages by the following method #942

@ssxfc

Description

@ssxfc

In my settings, my linux server is offline and my local machine is online. so, i download packages by local machine and copy to linux.

Users can quickly and manually download all the required packages by the following method:

  1. Download Visdom and comment out main() in run_server.py as follows:
def download_scripts_and_run():
    download_scripts()
    # main()
  1. Install Visdom in an editable way, pip install -e visdom.tar.gz
  2. Open the corresponding visdom code in VSCode and manually execute Python run_Server. py

By performing the above operations, it is possible to achieve full access to JavaScript, CSS, fonts, etc. without the need for manual intervention

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