mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-28 07:57:44 +00:00
2c1e1193be
* Update README.md * Update README.md * Update README.md * Grammar fix * Add consumption * Update README.md * Update README.md * Update project_framework_introduction.rst * Update README.md
30 lines
811 B
ReStructuredText
30 lines
811 B
ReStructuredText
===============================
|
|
Framework Design & Components
|
|
===============================
|
|
|
|
Framework & Components
|
|
=========================
|
|
|
|
- TODO: Components & Feature Level
|
|

|
|
|
|
- Class Level Figure
|
|

|
|
|
|
Detailed Design
|
|
=========================
|
|
|
|
|
|
Configuration
|
|
-------------
|
|
|
|
You can manually source the `.env` file in your shell before running the Python script:
|
|
Most of the workflow are controlled by the environment variables.
|
|
```sh
|
|
# Export each variable in the .env file; Please note that it is different from `source .env` without export
|
|
export $(grep -v '^#' .env | xargs)
|
|
# Run the Python script
|
|
python your_script.py
|
|
```
|
|
|