github.com/NVIDIA/aistore@v1.3.23-0.20240517131212-7df6609be51d/cmn/tests/python/README.md (about)

     1  ```console
     2  $ pip3 install -r requirements.txt
     3  
     4  # step 1:
     5  $ mkdir /tmp/packed /tmp/unpacked
     6  
     7  # step 2: in the msgpack_test.go: uncomment ioutil.WriteFile line and run it
     8  
     9  # step 3: execute and see output in the /tmp/unpacked
    10  $ python3 unpack.py
    11  ```