Skip to main content
  1. set up virtual environment for python
  2. after downloading source from git, open terminal and run the below command.
    >>>  python setup.py test install
    
  3. if you added a new package then run the following commend
    >>> python setup.py install
    
  4. Install protobuf 3.6.1 on Ubuntu 18.04
    #! /bin/bash
    # Make sure you grab the latest version
    curl -OL https://github.com/google/protobuf/releases/download/v3.6.1/protoc-3.6.1-linux-x86_64.zip
    https://github.com/google/protobuf/releases/download/v3.6.1/protoc-3.6.1-linux-x86_64.zip
    
    # Unzip
    unzip protoc-3.6.1-linux-x86_64.zip -d protoc3
    
    # Move protoc to /usr/local/bin/
    sudo mv(or cp -pr) protoc3/bin/* /usr/local/bin/
    
    # Move protoc3/include to /usr/local/include/
    sudo mv(or cp -pr) protoc3/include/* /usr/local/include/
    
    # Optional: change owner
    sudo chown $USER /usr/local/bin/protoc
    sudo chown -R $USER /usr/local/include/google
    • if you update or add “*.proto” file in protos package
      • excute generate-protos.sh

How to use
  • for Lifecycle
    • see Lifecycle/README.MD

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Accuinsight-3.4.20230622.1.tar.gz (82.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

Accuinsight-3.4.20230622.1-py2.py3-none-any.whl (121.9 kB view details)

Uploaded Python 2Python 3

File details

Details for the file Accuinsight-3.4.20230622.1.tar.gz.

File metadata

  • Download URL: Accuinsight-3.4.20230622.1.tar.gz
  • Upload date:
  • Size: 82.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.16

File hashes

Hashes for Accuinsight-3.4.20230622.1.tar.gz
Algorithm Hash digest
SHA256 150cfc8c769049fa9114096d62038b3eb430e702a2340dabb06480c96c07a443
MD5 94cdbe40dd2b04fd62dd3138d6b4ed96
BLAKE2b-256 86a4ac7f4af25d89f037faac61e76f99caf62840df71ae482ca15b3f80280717

See more details on using hashes here.

File details

Details for the file Accuinsight-3.4.20230622.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for Accuinsight-3.4.20230622.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 6a93d03840f2ae75f835475902c66652af26805a64c28f054ad7e32e93f574f0
MD5 fe2018bf98c40ea159cb78b6d1fd4504
BLAKE2b-256 b6565f0411435ae4573770fb5357bbcbb8db86a029ffb149d3788d74b4ecbb1f

See more details on using hashes here.

Release history Release notifications | RSS feed

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page